Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.webcenter.spaces.metadata
Class GSCustomAttribute

java.lang.Object
  extended by oracle.webcenter.spaces.metadata.GSCustomAttribute

All Implemented Interfaces:
java.io.Serializable

public class GSCustomAttribute
extends java.lang.Object
implements java.io.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:
Serialized Form

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

GSCustomAttribute

public GSCustomAttribute()

GSCustomAttribute

public GSCustomAttribute(java.lang.String name,
                         java.lang.String value,
                         java.lang.String type,
                         java.lang.String description)
This contructor initializes the GSCustomAttribute
Parameters:
name -
value -
type -
description -

Method Detail

getName

public java.lang.String getName()
Returns the attribute name
Returns:
String name

getDescription

public java.lang.String getDescription()
Returns the attributes description
Returns:
String description

getType

public java.lang.String getType()
Returns the attribute type
Returns:
String type

getValue

public java.lang.String getValue()
Returns the attribute value
Returns:

setName

public void setName(java.lang.String name)

setValue

public void setValue(java.lang.String value)

setType

public void setType(java.lang.String type)

setDescription

public void setDescription(java.lang.String description)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.