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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCancellationKindName(String cancellationKindName) voidsetCancellationKindPK(CancellationKindPK cancellationKindPK) voidsetCancellationSequenceTypePK(SequenceTypePK cancellationSequenceTypePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<CancellationKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CancellationKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CancellationKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-