Class ContentWebAddressDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentWebAddressDetailPK>
com.echothree.model.data.content.server.value.ContentWebAddressDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentWebAddressDetailValue
extends BaseValue<ContentWebAddressDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentWebAddressDetailValue(ContentWebAddressDetailPK contentWebAddressDetailPK, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValueContentWebAddressDetailValue(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetContentWebAddressName(String contentWebAddressName) voidsetContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentWebAddressDetailValue
public ContentWebAddressDetailValue(ContentWebAddressDetailPK contentWebAddressDetailPK, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressDetailValue- Throws:
PersistenceNotNullException
-
ContentWebAddressDetailValue
public ContentWebAddressDetailValue(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentWebAddressDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentWebAddressDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentWebAddressDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentWebAddressDetailPK>
-
getContentWebAddressPK
-
setContentWebAddressPK
public void setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentWebAddressPKHasBeenModified
-
getContentWebAddressName
-
setContentWebAddressName
public void setContentWebAddressName(String contentWebAddressName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentWebAddressNameHasBeenModified
-
getContentCollectionPK
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCollectionPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-