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 TypeMethodDescriptionboolean
getContentWebAddress
(EntityPermission entityPermission) getContentWebAddress
(Session session) getContentWebAddress
(Session session, EntityPermission entityPermission) getContentWebAddressForUpdate
(Session session) boolean
boolean
getServer
(EntityPermission entityPermission) getServer
(Session session, EntityPermission entityPermission) getServerForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
void
setFromTime
(Long fromTime) void
void
setServerPK
(ServerPK serverPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getContentWebAddressServerValue
-
setContentWebAddressServerValue
public void setContentWebAddressServerValue(ContentWebAddressServerValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-