Class OrderRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderRole
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of OrderRoleOrderRole(OrderRoleValue value, EntityPermission entityPermission) Creates a new instance of OrderRole -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetOrder()getOrder(EntityPermission entityPermission) getOrder(Session session, EntityPermission entityPermission) getOrderForUpdate(Session session) booleangetOrderRoleType(EntityPermission entityPermission) getOrderRoleType(Session session) getOrderRoleType(Session session, EntityPermission entityPermission) getOrderRoleTypeForUpdate(Session session) booleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetOrderPK(OrderPK orderPK) voidsetOrderRoleType(OrderRoleType entity) voidsetOrderRoleTypePK(OrderRoleTypePK orderRoleTypePK) voidsetOrderRoleValue(OrderRoleValue value) voidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderRole
Creates a new instance of OrderRole- Throws:
PersistenceException
-
OrderRole
Creates a new instance of OrderRole
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getOrderRoleValue
-
setOrderRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getOrderRoleTypePK
-
getOrderRoleType
-
getOrderRoleType
-
getOrderRoleType
-
getOrderRoleType
-
getOrderRoleTypeForUpdate
-
getOrderRoleTypeForUpdate
-
setOrderRoleTypePK
public void setOrderRoleTypePK(OrderRoleTypePK orderRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderRoleType
-
getOrderRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-