Class OrderRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderRolePK>
com.echothree.model.data.order.server.value.OrderRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderRoleValue
(OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValueOrderRoleValue
(OrderRolePK orderRolePK, OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setOrderPK
(OrderPK orderPK) void
setOrderRoleTypePK
(OrderRoleTypePK orderRoleTypePK) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderRoleValue
public OrderRoleValue(OrderRolePK orderRolePK, OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderRoleValue- Throws:
PersistenceNotNullException
-
OrderRoleValue
public OrderRoleValue(OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderRolePK>
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getOrderRoleTypePK
-
setOrderRoleTypePK
- Throws:
PersistenceNotNullException
-
getOrderRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-