
nomark-example.2.5.9.source-code.beanInfos-generated.xml Maven / Gradle / Ivy
<!-- CODE GENERATED BY "bean-infos-xml.ftl" --> <beanInfos> <!-- <validator id="email" java="com.agimatec.utility.validation.routines.EMailValidation"/> --> <!-- based on com.agimatec.annomark.example.model.Address --> <bean id="com.agimatec.annomark.example.transfer.TransferAddress" impl="com.agimatec.annomark.example.transfer.TransferAddress"> <feature key="mainKey"> <value class="string">addressId</value> </feature> <property name="addressId"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <!-- based on field1 --> <property name="zip" maxLength="40"/> <property name="city" maxLength="40"/> </bean> <!-- based on com.agimatec.annomark.example.model.Card --> <bean id="com.agimatec.annomark.example.transfer.TransferCard" impl="com.agimatec.annomark.example.transfer.TransferCard"> <feature key="mainKey"> <value class="string">cardId</value> </feature> <property name="cardId"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <property name="track1" maxLength="40"/> <property name="track2" maxLength="40"/> <property name="track3" maxLength="40"/> </bean> <!-- based on com.agimatec.annomark.example.model.Privilege --> <bean id="com.agimatec.annomark.example.transfer.TransferPrivilege" impl="com.agimatec.annomark.example.transfer.TransferPrivilege"> <feature key="mainKey"> <value class="string">privilegeId</value> </feature> <property name="privilegeId"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <property name="privilegeName" mandatory="true" maxLength="40"/> </bean> <!-- based on com.agimatec.annomark.example.model.Role --> <bean id="com.agimatec.annomark.example.transfer.TransferRole" impl="com.agimatec.annomark.example.transfer.TransferRole"> <feature key="mainKey"> <value class="string">roleId</value> </feature> <property name="roleId"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <property name="roleName" mandatory="true" maxLength="40"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <relationship name="privileges" beanId="com.agimatec.annomark.example.transfer.TransferPrivilegeLight"/> </bean> <!-- based on com.agimatec.annomark.example.model.UserCore --> <bean id="com.agimatec.annomark.example.transfer.TransferUser" impl="com.agimatec.annomark.example.transfer.TransferUser"> <feature key="mainKey"> <value class="string">userId</value> </feature> <property name="userId"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <!-- based on email --> <property name="emailAddress" maxLength="250"/> <property name="mobileNumber" maxLength="40"/> <property name="firstName" maxLength="40"/> <property name="lastName" maxLength="40"/> <property name="userIdentification" mandatory="true" maxLength="40"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </property> <property name="registrationTime" mandatory="true" maxLength="8"/> <property name="type" mandatory="true" maxLength="20"><feature key="defValue"> <value class="string">REGISTERED</value> </feature> </property> <property name="gender"> <feature key="readonly"> <value class="boolean">true</value> </feature> </property> <property name="state" mandatory="true"><feature key="defValue"> <value class="string">OK</value> </feature> </property> <relationship name="role" beanId="com.agimatec.annomark.example.transfer.TransferRoleLight" mandatory="true"/> <relationship name="address" beanId="com.agimatec.annomark.example.transfer.TransferAddress"> <feature key="uniqueKey"> <value class="boolean">true</value> </feature> </relationship> <relationship name="cards" beanId="com.agimatec.annomark.example.transfer.TransferCard"/> </bean> </beanInfos>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy