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 TypeMethodDescriptionboolean
boolean
getOrder()
getOrder
(EntityPermission entityPermission) getOrder
(Session session, EntityPermission entityPermission) getOrderForUpdate
(Session session) boolean
getOrderRoleType
(EntityPermission entityPermission) getOrderRoleType
(Session session) getOrderRoleType
(Session session, EntityPermission entityPermission) getOrderRoleTypeForUpdate
(Session session) boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setOrderPK
(OrderPK orderPK) void
setOrderRoleType
(OrderRoleType entity) void
setOrderRoleTypePK
(OrderRoleTypePK orderRoleTypePK) void
setOrderRoleValue
(OrderRoleValue value) void
void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getOrderRoleValue
-
setOrderRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-