Package oracle.webcenter.spaces.metadata
Class GSCustomAttribute
java.lang.Object
oracle.webcenter.spaces.metadata.GSCustomAttribute
- All Implemented Interfaces:
Serializable
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.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGSCustomAttribute(String name, String value, String type, String description) This contructor initializes the GSCustomAttribute -
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes descriptiongetName()Returns the attribute namegetType()Returns the attribute typegetValue()Returns the attribute valuevoidsetDescription(String description) voidvoidvoid
-
Constructor Details
-
GSCustomAttribute
public GSCustomAttribute() -
GSCustomAttribute
This contructor initializes the GSCustomAttribute- Parameters:
name-value-type-description-
-
-
Method Details
-
getName
Returns the attribute name- Returns:
- String name
-
getDescription
Returns the attributes description- Returns:
- String description
-
getType
Returns the attribute type- Returns:
- String type
-
getValue
Returns the attribute value- Returns:
-
setName
-
setValue
-
setType
-
setDescription
-