public class GSCustomAttribute
extends java.lang.Object
implements java.io.Serializable
java.langString
only. However, these
attributes can have any valid string value, type, name.Constructor and Description |
---|
GSCustomAttribute() |
GSCustomAttribute(java.lang.String name,
java.lang.String value,
java.lang.String type,
java.lang.String description)
This contructor initializes the GSCustomAttribute
|
Modifier and Type | Method and Description |
---|---|
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) |
public GSCustomAttribute()
public GSCustomAttribute(java.lang.String name, java.lang.String value, java.lang.String type, java.lang.String description)
name
- value
- type
- description
- 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)