Class ContentCollectionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCollectionDetail
- 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 ContentCollectionDetailContentCollectionDetail
(ContentCollectionDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCollectionDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentCollection
(EntityPermission entityPermission) getContentCollection
(Session session) getContentCollection
(Session session, EntityPermission entityPermission) getContentCollectionForUpdate
(Session session) boolean
boolean
getDefaultOfferUse
(EntityPermission entityPermission) getDefaultOfferUse
(Session session) getDefaultOfferUse
(Session session, EntityPermission entityPermission) getDefaultOfferUseForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setContentCollectionName
(String contentCollectionName) void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setDefaultOfferUse
(OfferUse entity) void
setDefaultOfferUsePK
(OfferUsePK defaultOfferUsePK) 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
-
ContentCollectionDetail
Creates a new instance of ContentCollectionDetail- Throws:
PersistenceException
-
ContentCollectionDetail
public ContentCollectionDetail(ContentCollectionDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCollectionDetail
-
-
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
-
getContentCollectionDetailValue
-
setContentCollectionDetailValue
public void setContentCollectionDetailValue(ContentCollectionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getContentCollectionName
-
setContentCollectionName
public void setContentCollectionName(String contentCollectionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentCollectionNameHasBeenModified
-
getDefaultOfferUsePK
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUseForUpdate
-
getDefaultOfferUseForUpdate
-
setDefaultOfferUsePK
public void setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultOfferUse
-
getDefaultOfferUsePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-