Package com.imc.datamodel
Class BusinessAttributeGroup
java.lang.Object
com.imc.datamodel.BusinessAttributeGroup
- All Implemented Interfaces:
Serializable
POJO to represent a group object.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBusinessAttributeGroup(String groupObjectName, Integer groupPosition, String groupLabel, String groupDescription, boolean synchronizeAllowed, BusinessObject groupObject) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(String attachment) booleanbooleanbooleanvoidsetAttachment(Collection<String> attachment) voidsetComment(String comment) voidsetGroupDescription(String groupDescription) voidsetGroupError(boolean groupError) voidsetGroupHidden(boolean groupHidden) voidsetGroupLabel(String groupLabel) voidsetGroupObject(BusinessObject groupObject) voidsetGroupObjectName(String groupObjectName) voidsetGroupPosition(Integer groupPosition) voidsetMainAttachment(String mainAttachment) voidsetRichTextDescription(String richTextDescription) voidsetSubGroupObjects(Collection<BusinessObject> subGroupObjects) voidsetSynchronizeAllowed(boolean synchronizeAllowed)
-
Field Details
-
HIDDEN
- See Also:
-
LINKSSUBGROUP
- See Also:
-
OBJECTNAME
- See Also:
-
POSITION
- See Also:
-
GROUP
- See Also:
-
SUBGROUP
- See Also:
-
MAINATTACHMENT
- See Also:
-
ATTACHMENT
- See Also:
-
GROUPERROR
- See Also:
-
-
Constructor Details
-
BusinessAttributeGroup
public BusinessAttributeGroup() -
BusinessAttributeGroup
public BusinessAttributeGroup(String groupObjectName, Integer groupPosition, String groupLabel, String groupDescription, boolean synchronizeAllowed, BusinessObject groupObject)
-
-
Method Details
-
addAttachment
-
getAttachment
-
getComment
-
getGroupError
public boolean getGroupError() -
getGroupHidden
public boolean getGroupHidden()- Returns:
- the groupId
-
getGroupLabel
- Returns:
- the groupLabel
-
getGroupObject
- Returns:
- the groupObject
-
getGroupObjectName
- Returns:
- the groupObjectName
-
getGroupPosition
- Returns:
- the groupId
-
getMainAttachment
-
getRichTextDescription
-
getSubGroupObjects
- Returns:
- the subGroupObjects
-
isSynchronizeAllowed
public boolean isSynchronizeAllowed()- Returns:
- the synchronizeAllowed
-
setAttachment
-
setComment
-
setGroupDescription
- Parameters:
groupDescription- to set
-
setGroupError
public void setGroupError(boolean groupError) -
setGroupHidden
public void setGroupHidden(boolean groupHidden) - Parameters:
$- {param} to set
-
setGroupLabel
- Parameters:
groupLabel- to set
-
setGroupObject
- Parameters:
groupObject- to set
-
setGroupObjectName
- Parameters:
$- {param} to set
-
setGroupPosition
- Parameters:
groupId- to set
-
setMainAttachment
-
setRichTextDescription
-
setSubGroupObjects
- Parameters:
subGroupObjects- to set
-
setSynchronizeAllowed
public void setSynchronizeAllowed(boolean synchronizeAllowed) - Parameters:
synchronizeAllowed- to set
-