Class PostalAddressFormatDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PostalAddressFormatDetailPK>
com.echothree.model.data.contact.server.value.PostalAddressFormatDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PostalAddressFormatDetailValue
extends BaseValue<PostalAddressFormatDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressFormatDetailValue(PostalAddressFormatDetailPK postalAddressFormatDetailPK, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValuePostalAddressFormatDetailValue(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPostalAddressFormatName(String postalAddressFormatName) voidsetPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PostalAddressFormatDetailValue
public PostalAddressFormatDetailValue(PostalAddressFormatDetailPK postalAddressFormatDetailPK, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDetailValue- Throws:
PersistenceNotNullException
-
PostalAddressFormatDetailValue
public PostalAddressFormatDetailValue(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PostalAddressFormatDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PostalAddressFormatDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PostalAddressFormatDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PostalAddressFormatDetailPK>
-
getPostalAddressFormatPK
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatPKHasBeenModified
-
getPostalAddressFormatName
-
setPostalAddressFormatName
public void setPostalAddressFormatName(String postalAddressFormatName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-