Class ContentWebAddressServer
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentWebAddressServer
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ContentWebAddressServerContentWebAddressServer(ContentWebAddressServerValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddressServer -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentWebAddress(EntityPermission entityPermission) getContentWebAddress(Session session) getContentWebAddress(Session session, EntityPermission entityPermission) getContentWebAddressForUpdate(Session session) booleanbooleangetServer(EntityPermission entityPermission) getServer(Session session, EntityPermission entityPermission) getServerForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) voidvoidsetFromTime(Long fromTime) voidvoidsetServerPK(ServerPK serverPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentWebAddressServer
Creates a new instance of ContentWebAddressServer- Throws:
PersistenceException
-
ContentWebAddressServer
public ContentWebAddressServer(ContentWebAddressServerValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddressServer
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getContentWebAddressServerValue
-
setContentWebAddressServerValue
public void setContentWebAddressServerValue(ContentWebAddressServerValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentWebAddressPK
-
getContentWebAddress
-
getContentWebAddress
-
getContentWebAddress
-
getContentWebAddress
-
getContentWebAddressForUpdate
-
getContentWebAddressForUpdate
-
setContentWebAddressPK
public void setContentWebAddressPK(ContentWebAddressPK contentWebAddressPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentWebAddress
-
getContentWebAddressPKHasBeenModified
-
getServerPK
-
getServer
-
getServer
-
getServer
-
getServer
-
getServerForUpdate
-
getServerForUpdate
-
setServerPK
public void setServerPK(ServerPK serverPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setServer
-
getServerPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-