Class CancellationPolicyReasonValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CancellationPolicyReasonPK>
com.echothree.model.data.cancellationpolicy.server.value.CancellationPolicyReasonValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CancellationPolicyReasonValue
extends BaseValue<CancellationPolicyReasonPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationPolicyReasonValue
(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValueCancellationPolicyReasonValue
(CancellationPolicyReasonPK cancellationPolicyReasonPK, CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setCancellationReasonPK
(CancellationReasonPK cancellationReasonPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CancellationPolicyReasonValue
public CancellationPolicyReasonValue(CancellationPolicyReasonPK cancellationPolicyReasonPK, CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationPolicyReasonValue- Throws:
PersistenceNotNullException
-
CancellationPolicyReasonValue
public CancellationPolicyReasonValue(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationPolicyReasonValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CancellationPolicyReasonPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CancellationPolicyReasonPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CancellationPolicyReasonPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CancellationPolicyReasonPK>
-
getCancellationPolicyPK
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationPolicyPKHasBeenModified
-
getCancellationReasonPK
-
setCancellationReasonPK
public void setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationReasonPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-