com.ibm.commerce.contentmanagement.objects
Class TaskGroupDescriptionAccessBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.contentmanagement.objects.TaskGroupDescriptionAccessBean
-
- All Implemented Interfaces:
- java.io.Serializable
public class TaskGroupDescriptionAccessBean extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright.
-
Constructor Summary
Constructors Constructor and Description TaskGroupDescriptionAccessBean()
TaskGroupDescriptionAccessBean(EntityBeanCreationData entityCreationData)
TaskGroupDescriptionAccessBean(java.lang.Long taskGroupId, java.lang.Integer languageId)
TaskGroupDescriptionAccessBean(com.ibm.commerce.contentmanagement.objects.TaskGroupDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Enumeration
findByTaskGroupId(java.lang.Long taskGroupId)
TaskGroupDescriptionAccessBean
findByTaskGroupIdAndLanguageId(java.lang.Long taskGroupId, java.lang.Integer languageId)
java.lang.String
getDescription()
com.ibm.commerce.contentmanagement.objects.TaskGroupDescription
getEntity()
java.lang.String
getLanguageId()
java.lang.Integer
getLanguageIdInEntityType()
java.lang.String
getName()
java.lang.String
getTaskGroupId()
java.lang.Long
getTaskGroupIdInEntityType()
void
instantiateEntity()
void
setDescription(java.lang.String description)
void
setInitKey_languageId(java.lang.Integer languageId)
void
setInitKey_taskGroupId(java.lang.Long taskGroupId)
void
setName(java.lang.String name)
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskGroupDescriptionAccessBean
public TaskGroupDescriptionAccessBean()
-
TaskGroupDescriptionAccessBean
public TaskGroupDescriptionAccessBean(com.ibm.commerce.contentmanagement.objects.TaskGroupDescription entity)
-
TaskGroupDescriptionAccessBean
public TaskGroupDescriptionAccessBean(java.lang.Long taskGroupId, java.lang.Integer languageId)
-
TaskGroupDescriptionAccessBean
public TaskGroupDescriptionAccessBean(EntityBeanCreationData entityCreationData)
-
-
Method Detail
-
setInitKey_taskGroupId
public void setInitKey_taskGroupId(java.lang.Long taskGroupId)
-
setInitKey_languageId
public void setInitKey_languageId(java.lang.Integer languageId)
-
findByTaskGroupIdAndLanguageId
public TaskGroupDescriptionAccessBean findByTaskGroupIdAndLanguageId(java.lang.Long taskGroupId, java.lang.Integer languageId)
-
findByTaskGroupId
public java.util.Enumeration findByTaskGroupId(java.lang.Long taskGroupId)
-
getTaskGroupIdInEntityType
public java.lang.Long getTaskGroupIdInEntityType()
-
getTaskGroupId
public java.lang.String getTaskGroupId()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
getLanguageIdInEntityType
public java.lang.Integer getLanguageIdInEntityType()
-
getLanguageId
public java.lang.String getLanguageId()
-
setDescription
public void setDescription(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
-
instantiateEntity
public void instantiateEntity()
- Specified by:
instantiateEntity
in classcom.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
getEntity
public com.ibm.commerce.contentmanagement.objects.TaskGroupDescription getEntity()
- Overrides:
getEntity
in classcom.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
-