Class CancellationReasonDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CancellationReasonDetailPK>
com.echothree.model.data.cancellationpolicy.server.value.CancellationReasonDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CancellationReasonDetailValue
extends BaseValue<CancellationReasonDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationReasonDetailValue
(CancellationReasonDetailPK cancellationReasonDetailPK, CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDetailValueCancellationReasonDetailValue
(CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationReasonDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
setCancellationReasonName
(String cancellationReasonName) 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
-
CancellationReasonDetailValue
public CancellationReasonDetailValue(CancellationReasonDetailPK cancellationReasonDetailPK, CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationReasonDetailValue- Throws:
PersistenceNotNullException
-
CancellationReasonDetailValue
public CancellationReasonDetailValue(CancellationReasonPK cancellationReasonPK, CancellationKindPK cancellationKindPK, String cancellationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationReasonDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CancellationReasonDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CancellationReasonDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CancellationReasonDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CancellationReasonDetailPK>
-
getCancellationReasonPK
-
setCancellationReasonPK
public void setCancellationReasonPK(CancellationReasonPK cancellationReasonPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationReasonPKHasBeenModified
-
getCancellationKindPK
-
setCancellationKindPK
public void setCancellationKindPK(CancellationKindPK cancellationKindPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationKindPKHasBeenModified
-
getCancellationReasonName
-
setCancellationReasonName
public void setCancellationReasonName(String cancellationReasonName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationReasonNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-