Class ContentWebAddressServerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentWebAddressServerPK>
com.echothree.model.data.content.server.value.ContentWebAddressServerValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentWebAddressServerValue
extends BaseValue<ContentWebAddressServerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentWebAddressServerValue(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValueContentWebAddressServerValue(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidsetFromTime(Long fromTime) voidsetServerPK(ServerPK serverPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentWebAddressServerValue
public ContentWebAddressServerValue(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressServerValue- Throws:
PersistenceNotNullException
-
ContentWebAddressServerValue
public ContentWebAddressServerValue(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentWebAddressServerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentWebAddressServerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentWebAddressServerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentWebAddressServerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentWebAddressServerPK>
-
getContentWebAddressPK
-
setContentWebAddressPK
public void setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentWebAddressPKHasBeenModified
-
getServerPK
-
setServerPK
- Throws:
PersistenceNotNullException
-
getServerPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-