|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.spaces.metadata.GSCustomAttribute
public class GSCustomAttribute
This is an interface which represents a custom attribute for a group space or group space template. One can set these custom attributes on the spaces templates through APIs. A custom attribute name, type, description and value should be of type java.langString only. However, these attributes can have any valid string value, type, name.
| Constructor Summary | |
|---|---|
GSCustomAttribute() |
|
GSCustomAttribute(java.lang.String name, java.lang.String value, java.lang.String type, java.lang.String description)This contructor initializes the GSCustomAttribute |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Returns the attributes description |
java.lang.String |
getName()Returns the attribute name |
java.lang.String |
getType()Returns the attribute type |
java.lang.String |
getValue()Returns the attribute value |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
void |
setValue(java.lang.String value) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GSCustomAttribute()
public GSCustomAttribute(java.lang.String name,
java.lang.String value,
java.lang.String type,
java.lang.String description)
name -value -type -description -| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getType()
public java.lang.String getValue()
public void setName(java.lang.String name)
public void setValue(java.lang.String value)
public void setType(java.lang.String type)
public void setDescription(java.lang.String description)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||