com.silverpeas.admin.spaces
Class SpaceTemplate

java.lang.Object
  extended by com.silverpeas.admin.spaces.SpaceTemplate

public class SpaceTemplate
extends Object

Java class for SpaceTemplateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpaceTemplateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="template" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="defaultName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="components">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="component" type="{http://silverpeas.org/xml/ns/space}ComponentType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<SpaceComponent> components
           
protected  String defaultName
           
protected  String description
           
protected  boolean readonly
           
protected  String template
           
 
Constructor Summary
SpaceTemplate()
           
 
Method Summary
 List<SpaceComponent> getComponents()
          Gets the value of the components property.
 String getDefaultName()
          Gets the value of the defaultName property.
 String getDescription()
          Gets the value of the description property.
 String getTemplate()
          Gets the value of the template property.
 boolean isReadonly()
          Gets the value of the readonly property.
 void setComponents(List<SpaceComponent> value)
          Sets the value of the components property.
 void setDefaultName(String value)
          Sets the value of the defaultName property.
 void setDescription(String value)
          Sets the value of the description property.
 void setReadonly(boolean value)
          Sets the value of the readonly property.
 void setTemplate(String value)
          Sets the value of the template property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

protected String template

defaultName

protected String defaultName

description

protected String description

readonly

protected boolean readonly

components

protected List<SpaceComponent> components
Constructor Detail

SpaceTemplate

public SpaceTemplate()
Method Detail

getTemplate

public String getTemplate()
Gets the value of the template property.

Returns:
possible object is String

setTemplate

public void setTemplate(String value)
Sets the value of the template property.

Parameters:
value - allowed object is String

getDefaultName

public String getDefaultName()
Gets the value of the defaultName property.

Returns:
possible object is String

setDefaultName

public void setDefaultName(String value)
Sets the value of the defaultName property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isReadonly

public boolean isReadonly()
Gets the value of the readonly property.


setReadonly

public void setReadonly(boolean value)
Sets the value of the readonly property.


getComponents

public List<SpaceComponent> getComponents()
Gets the value of the components property.

Returns:
possible object is SpaceComponent

setComponents

public void setComponents(List<SpaceComponent> value)
Sets the value of the components property.

Parameters:
value - allowed object is SpaceComponent


Copyright © 2016 Silverpeas. All Rights Reserved.