Class CancellationKindDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CancellationKindDetailPK>
com.echothree.model.data.cancellationpolicy.server.value.CancellationKindDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CancellationKindDetailValue
extends BaseValue<CancellationKindDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationKindDetailValue
(CancellationKindDetailPK cancellationKindDetailPK, CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDetailValueCancellationKindDetailValue
(CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationKindDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationKindName
(String cancellationKindName) void
setCancellationKindPK
(CancellationKindPK cancellationKindPK) void
setCancellationSequenceTypePK
(SequenceTypePK cancellationSequenceTypePK) 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
-
CancellationKindDetailValue
public CancellationKindDetailValue(CancellationKindDetailPK cancellationKindDetailPK, CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationKindDetailValue- Throws:
PersistenceNotNullException
-
CancellationKindDetailValue
public CancellationKindDetailValue(CancellationKindPK cancellationKindPK, String cancellationKindName, SequenceTypePK cancellationSequenceTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CancellationKindDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CancellationKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CancellationKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CancellationKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CancellationKindDetailPK>
-
getCancellationKindPK
-
setCancellationKindPK
public void setCancellationKindPK(CancellationKindPK cancellationKindPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationKindPKHasBeenModified
-
getCancellationKindName
-
setCancellationKindName
- Throws:
PersistenceNotNullException
-
getCancellationKindNameHasBeenModified
-
getCancellationSequenceTypePK
-
setCancellationSequenceTypePK
public void setCancellationSequenceTypePK(SequenceTypePK cancellationSequenceTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCancellationSequenceTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-