public class TaskGroupDescriptionAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
TaskGroupDescriptionAccessBean() |
TaskGroupDescriptionAccessBean(EntityBeanCreationData entityCreationData) |
TaskGroupDescriptionAccessBean(java.lang.Long taskGroupId,
java.lang.Integer languageId) |
TaskGroupDescriptionAccessBean(com.ibm.commerce.contentmanagement.objects.TaskGroupDescription entity) |
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) |
public static final java.lang.String COPYRIGHT
public TaskGroupDescriptionAccessBean()
public TaskGroupDescriptionAccessBean(com.ibm.commerce.contentmanagement.objects.TaskGroupDescription entity)
public TaskGroupDescriptionAccessBean(java.lang.Long taskGroupId, java.lang.Integer languageId)
public TaskGroupDescriptionAccessBean(EntityBeanCreationData entityCreationData)
public void setInitKey_taskGroupId(java.lang.Long taskGroupId)
public void setInitKey_languageId(java.lang.Integer languageId)
public TaskGroupDescriptionAccessBean findByTaskGroupIdAndLanguageId(java.lang.Long taskGroupId, java.lang.Integer languageId)
public java.util.Enumeration findByTaskGroupId(java.lang.Long taskGroupId)
public java.lang.Long getTaskGroupIdInEntityType()
public java.lang.String getTaskGroupId()
public void setName(java.lang.String name)
public java.lang.String getName()
public java.lang.Integer getLanguageIdInEntityType()
public java.lang.String getLanguageId()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void instantiateEntity()
instantiateEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
public com.ibm.commerce.contentmanagement.objects.TaskGroupDescription getEntity()
getEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean