|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.admin.components.ProfileDescription
public class ProfileDescription
Java class for ProfileDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileDescription"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://silverpeas.org/xml/ns/component}multilang"/> <element name="help" type="{http://silverpeas.org/xml/ns/component}multilang"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected HashMap<String,String> |
help
|
protected HashMap<String,String> |
label
|
Constructor Summary | |
---|---|
ProfileDescription()
|
Method Summary | |
---|---|
HashMap<String,String> |
getHelp()
Gets the value of the help property. |
HashMap<String,String> |
getLabel()
Gets the value of the label property. |
void |
setHelp(HashMap<String,String> value)
Sets the value of the help property. |
void |
setLabel(HashMap<String,String> value)
Sets the value of the label property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HashMap<String,String> label
protected HashMap<String,String> help
Constructor Detail |
---|
public ProfileDescription()
Method Detail |
---|
public HashMap<String,String> getLabel()
Multilang
public void setLabel(HashMap<String,String> value)
value
- allowed object is Multilang
public HashMap<String,String> getHelp()
Multilang
public void setHelp(HashMap<String,String> value)
value
- allowed object is Multilang
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |