Package wt.associativity.accountability
Class AccountabilityEntry
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.associativity.accountability._AccountabilityEntry
wt.associativity.accountability.AccountabilityEntry
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,
serializable=EXTERNALIZABLE_BASIC,
properties={},
foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="accMap",type=AccountabilityMap.class,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="accountableEntry",cascade=true,cardinality=ONE_TO_MANY)),
roleA=@GeneratedRole(name="key",type=AccountabilityKey.class),
roleB=@GeneratedRole(name="value",type=AccountabilityValue.class))
public class AccountabilityEntry
extends wt.associativity.accountability._AccountabilityEntry
Link between
Supported API: true
Extendable: false
AccountabilityKey as role A and AccountabilityValue as role B with
AccountabilityMap reference as foreign key
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionquantity field is for Internal use only Supported API: truestatic AccountabilityEntrynewAccountabilityEntry(AccountabilityKey accKey, AccountabilityValue accValue) Supported API: truevoidsetQuantity(Quantity quantity) Supported API: true
quantity field is for Internal use onlyMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newAccountabilityEntry
public static AccountabilityEntry newAccountabilityEntry(AccountabilityKey accKey, AccountabilityValue accValue) throws WTException Supported API: true- Parameters:
accKey-accValue-- Returns:
- Throws:
WTException
-
getQuantity
quantity field is for Internal use only Supported API: true -
setQuantity
Supported API: true
quantity field is for Internal use only
-