Class ComponentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.ComponentDetail
- 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 ComponentDetailComponentDetail
(ComponentDetailValue value, EntityPermission entityPermission) Creates a new instance of ComponentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getComponent
(EntityPermission entityPermission) getComponent
(Session session) getComponent
(Session session, EntityPermission entityPermission) getComponentForUpdate
(Session session) boolean
boolean
getComponentVendor
(EntityPermission entityPermission) getComponentVendor
(Session session) getComponentVendor
(Session session, EntityPermission entityPermission) getComponentVendorForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setComponent
(Component entity) void
void
setComponentName
(String componentName) void
setComponentPK
(ComponentPK componentPK) void
setComponentVendor
(ComponentVendor entity) void
setComponentVendorPK
(ComponentVendorPK componentVendorPK) void
setDescription
(String description) 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
-
ComponentDetail
Creates a new instance of ComponentDetail- Throws:
PersistenceException
-
ComponentDetail
Creates a new instance of ComponentDetail
-
-
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
-
getComponentDetailValue
-
setComponentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getComponentVendorPK
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendorForUpdate
-
getComponentVendorForUpdate
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComponentVendor
-
getComponentVendorPKHasBeenModified
-
getComponentPK
-
getComponent
-
getComponent
-
getComponent
-
getComponent
-
getComponentForUpdate
-
getComponentForUpdate
-
setComponentPK
public void setComponentPK(ComponentPK componentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComponent
-
getComponentPKHasBeenModified
-
getComponentName
-
setComponentName
public void setComponentName(String componentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getComponentNameHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-