com.silverpeas.admin.components
Class ProfileDescription

java.lang.Object
  extended by com.silverpeas.admin.components.ProfileDescription
Direct Known Subclasses:
Profile

public class ProfileDescription
extends Object

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

label

protected HashMap<String,String> label

help

protected HashMap<String,String> help
Constructor Detail

ProfileDescription

public ProfileDescription()
Method Detail

getLabel

public HashMap<String,String> getLabel()
Gets the value of the label property.

Returns:
possible object is Multilang

setLabel

public void setLabel(HashMap<String,String> value)
Sets the value of the label property.

Parameters:
value - allowed object is Multilang

getHelp

public HashMap<String,String> getHelp()
Gets the value of the help property.

Returns:
possible object is Multilang

setHelp

public void setHelp(HashMap<String,String> value)
Sets the value of the help property.

Parameters:
value - allowed object is Multilang


Copyright © 2016 Silverpeas. All Rights Reserved.