public class XmlGroup extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
alwaysEditableVp
List of VP which should be always editable
|
protected String |
code
the data code
|
protected Integer |
competence
the competence of data
|
protected Boolean |
displayAsDC
the display as DC parameter
|
protected String |
dynamicTitle
the dynamic title of block
|
protected String |
help
the group help
|
protected String |
id
the group id
|
protected String |
title
the title of data
|
protected Integer |
type
the type of data
|
protected XmlGroupType |
xmlType
The object type
|
| Constructor and Description |
|---|
XmlGroup()
Default constructor.
|
XmlGroup(XmlGroup pXmlGroup)
copy constructor.
|
protected static final String[] alwaysEditableVp
protected Integer type
protected XmlGroupType xmlType
protected String title
protected String dynamicTitle
protected Integer competence
protected String code
protected Boolean displayAsDC
protected String id
protected String help
public XmlGroup()
public XmlGroup(XmlGroup pXmlGroup)
public void copy(XmlGroup pXmlGroupToCopy)
public boolean isGeneralTab()
public boolean isSliceValue()
public boolean isPriceValue()
public boolean isDelegateeDetail()
public boolean isCollectivityDetail()
public boolean isPriceDetail()
public boolean isTaxeDetail()
public boolean isEquipmentDetail()
public boolean isDataIndicatorDetail()
public boolean isDataIndicatorListDetail()
public boolean isIndicatorValue()
public boolean isTitleValue()
public boolean isVariableValue()
public boolean isDescriptive()
public boolean isContextValue()
public boolean isAlawaysEditable()
public Integer getType()
public void setType(Integer pType)
public String getTitle()
public void setTitle(String pTitle)
public String getDynamicTitle()
public void setDynamicTitle(String dynamicTitle)
public Integer getCompetence()
public void setCompetence(Integer pCompetence)
public String getCode()
public void setCode(String pCode)
public String getEscapedCode()
public String getId()
public void setId(String pId)
public Boolean getDisplayAsDC()
public void setDisplayAsDC(Boolean pDisplayAsDC)
public String[] getAlwaysEditableVp()
public XmlGroupType getXmlType()
public void setXmlType(XmlGroupType pXmlType)
public String getHelp()
public void setHelp(String pHelp)
Copyright © 2014–2015 eaudefrance. All rights reserved.