Class ContentWebAddressDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentWebAddressDetail
- 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 ContentWebAddressDetailContentWebAddressDetail
(ContentWebAddressDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddressDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentCollection
(EntityPermission entityPermission) getContentCollection
(Session session) getContentCollection
(Session session, EntityPermission entityPermission) getContentCollectionForUpdate
(Session session) boolean
getContentWebAddress
(EntityPermission entityPermission) getContentWebAddress
(Session session) getContentWebAddress
(Session session, EntityPermission entityPermission) getContentWebAddressForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
void
void
setContentWebAddressName
(String contentWebAddressName) void
setContentWebAddressPK
(ContentWebAddressPK contentWebAddressPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentWebAddressDetail
Creates a new instance of ContentWebAddressDetail- Throws:
PersistenceException
-
ContentWebAddressDetail
public ContentWebAddressDetail(ContentWebAddressDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddressDetail
-
-
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
-
getContentWebAddressDetailValue
-
setContentWebAddressDetailValue
public void setContentWebAddressDetailValue(ContentWebAddressDetailValue 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
-
getContentWebAddressName
-
setContentWebAddressName
public void setContentWebAddressName(String contentWebAddressName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentWebAddressNameHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-