Package wt.team

Class RolePrincipalMap

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.team._RolePrincipalMap
wt.team.RolePrincipalMap
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsPersistable(superClass=WTObject.class,versions=-3480651897246927931L,properties={@GeneratedProperty(name="role",type=Role.class,javaDoc="the role the principal is assigned to"),@GeneratedProperty(name="principalParticipant",type=WTPrincipalReference.class,columnProperties=@ColumnProperties(columnName="B"))},foreignKeys=@GeneratedForeignKey(name="RolePrincipalLink",foreignKeyRole=@ForeignKeyRole(name="theWTRoleHolder2",type=WTRoleHolder2.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="theRolePrincipalMap")),tableProperties=@TableProperties(compositeIndex1="theWTRoleHolder2Reference.key.id+role",compositeIndex2="theWTRoleHolder2Reference.key.id",compositeIndex3="principalParticipant.key.id+role",compositeIndex4="principalParticipant.key.id+theWTRoleHolder2Reference.key.classname",compositeIndex5="role+principalParticipant.key.id")) public class RolePrincipalMap extends wt.team._RolePrincipalMap

Use the newRolePrincipalMap static factory method(s), not the RolePrincipalMap constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Field Summary

    Fields inherited from class wt.team._RolePrincipalMap

    EXTERNALIZATION_VERSION_UID, PRINCIPAL_PARTICIPANT, ROLE, WTROLE_HOLDER2, WTROLE_HOLDER2_REFERENCE

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from class wt.team._RolePrincipalMap

    getClassInfo, getConceptualClassname, getPrincipalParticipant, getRole, getType, getWTRoleHolder2, getWTRoleHolder2Reference, readExternal, readExternal, readVersion, setPrincipalParticipant, setRole, setWTRoleHolder2, setWTRoleHolder2Reference, super_readExternal_RolePrincipalMap, super_readVersion_RolePrincipalMap, super_writeExternal_RolePrincipalMap, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait