|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.viewmanager.stubs.model.View
public class View
A content view.
Constructor Summary | |
---|---|
View()
|
Method Summary | |
---|---|
void |
addProperty(ViewProperty prop)
Adds a property to the view. |
boolean |
equals(java.lang.Object obj)
|
long |
getCardinality()
Returns the cardinality of the view. |
java.lang.String |
getCollectionID()
Returns the identifier of the view's collection. |
java.lang.String |
getDescription()
Returns the description of the view |
org.apache.axis.message.addressing.EndpointReferenceType |
getEndpointReference()
Returns a reference to the endpoint of the corresponding resource view. |
java.lang.String |
getId()
Returns the view identifier. |
java.util.Calendar |
getLastUpdate()
Returns the time of last update of the view. |
TreePredicate |
getPredicate()
Returns the predicate that defines the view. |
java.util.Map<javax.xml.namespace.QName,ViewProperty> |
getProperties()
Returns the view property. |
javax.xml.namespace.QName |
getType()
Returns the view type. |
int |
hashCode()
|
void |
setCardinality(long cardinality)
Sets the cardinality of the view. |
void |
setCollectionID(java.lang.String id)
Set the identifier of the view's collection. |
void |
setDescription(java.lang.String description)
Sets the description of the view. |
void |
setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType epr)
Sets a reference to the endpoint of the corresponding resource view. |
void |
setId(java.lang.String id)
Set the view identifier. |
void |
setLastUpdate(java.util.Calendar time)
Sets the time of last update of the view. |
void |
setPredicate(TreePredicate p)
Sets the predicate that defines the view. |
void |
setType(javax.xml.namespace.QName type)
Sets the type of the view. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public View()
Method Detail |
---|
public java.lang.String getId()
public void setCollectionID(java.lang.String id)
id
- the identifier.public java.lang.String getCollectionID()
public void setId(java.lang.String id)
id
- the identifier.public javax.xml.namespace.QName getType()
public void setType(javax.xml.namespace.QName type)
type
- the type.public TreePredicate getPredicate()
public void setPredicate(TreePredicate p)
p
- the predicate to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description.public long getCardinality()
public void setCardinality(long cardinality)
cardinality
- the cardinality.public java.util.Calendar getLastUpdate()
public void setLastUpdate(java.util.Calendar time)
time
- the update time.public void addProperty(ViewProperty prop)
prop
- the property.public java.util.Map<javax.xml.namespace.QName,ViewProperty> getProperties()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType epr)
epr
- the reference.public org.apache.axis.message.addressing.EndpointReferenceType getEndpointReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |