|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.viewmanager.stubs.model.ViewProperty
public class ViewProperty
A view property.
| Constructor Summary | |
|---|---|
ViewProperty()
|
|
ViewProperty(javax.xml.namespace.QName name,
java.lang.String description,
java.lang.String value)
Creates a new ViewProperty. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the description of the property. |
javax.xml.namespace.QName |
getName()
Returns the name of the property. |
java.lang.String |
getValue()
Returns the value of the property. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the description of the property. |
void |
setName(javax.xml.namespace.QName name)
Sets the name of the property. |
void |
setValue(java.lang.String value)
Sets the value of the property. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewProperty()
public ViewProperty(javax.xml.namespace.QName name,
java.lang.String description,
java.lang.String value)
name - the name of the property.description - the description of the property.value - the value of the property.| Method Detail |
|---|
public javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName name)
name - the name.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
the - description.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||