|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.admin.spaces.SpaceTemplate
public class SpaceTemplate
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 |
---|
protected String template
protected String defaultName
protected String description
protected boolean readonly
protected List<SpaceComponent> components
Constructor Detail |
---|
public SpaceTemplate()
Method Detail |
---|
public String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is String
public String getDefaultName()
String
public void setDefaultName(String value)
value
- allowed object is String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public boolean isReadonly()
public void setReadonly(boolean value)
public List<SpaceComponent> getComponents()
SpaceComponent
public void setComponents(List<SpaceComponent> value)
value
- allowed object is SpaceComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |