Class OrderAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderAliasPK>
com.echothree.model.data.order.server.value.OrderAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderAliasValue
(OrderAliasPK orderAliasPK, OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of OrderAliasValueOrderAliasValue
(OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of OrderAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setOrderAliasTypePK
(OrderAliasTypePK orderAliasTypePK) void
setOrderPK
(OrderPK orderPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderAliasValue
public OrderAliasValue(OrderAliasPK orderAliasPK, OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderAliasValue- Throws:
PersistenceNotNullException
-
OrderAliasValue
public OrderAliasValue(OrderPK orderPK, OrderAliasTypePK orderAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderAliasPK>
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getOrderAliasTypePK
-
setOrderAliasTypePK
public void setOrderAliasTypePK(OrderAliasTypePK orderAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOrderAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-