Class PostalAddressFormatDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PostalAddressFormatDescriptionPK>
com.echothree.model.data.contact.server.value.PostalAddressFormatDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PostalAddressFormatDescriptionValue
extends BaseValue<PostalAddressFormatDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressFormatDescriptionValue(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValuePostalAddressFormatDescriptionValue(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PostalAddressFormatDescriptionValue
public PostalAddressFormatDescriptionValue(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDescriptionValue- Throws:
PersistenceNotNullException
-
PostalAddressFormatDescriptionValue
public PostalAddressFormatDescriptionValue(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressFormatDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PostalAddressFormatDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PostalAddressFormatDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PostalAddressFormatDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PostalAddressFormatDescriptionPK>
-
getPostalAddressFormatPK
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-