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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setContentWebAddressName
(String contentWebAddressName) void
setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
setFromTime
(Long fromTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContentWebAddressDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentWebAddressDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentWebAddressDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-