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 TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetOrderAliasTypePK(OrderAliasTypePK orderAliasTypePK) voidsetOrderPK(OrderPK orderPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<OrderAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-