|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.soap.CollectionDesc
public class CollectionDesc
| Constructor Summary | |
|---|---|
CollectionDesc()
|
|
CollectionDesc(String name,
String owner,
String group,
int permissions,
long created,
Strings collections,
DocumentDescs documents)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Strings |
getCollections()
Gets the collections value for this CollectionDesc. |
long |
getCreated()
Gets the created value for this CollectionDesc. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
DocumentDescs |
getDocuments()
Gets the documents value for this CollectionDesc. |
String |
getGroup()
Gets the group value for this CollectionDesc. |
String |
getName()
Gets the name value for this CollectionDesc. |
String |
getOwner()
Gets the owner value for this CollectionDesc. |
int |
getPermissions()
Gets the permissions value for this CollectionDesc. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCollections(Strings collections)
Sets the collections value for this CollectionDesc. |
void |
setCreated(long created)
Sets the created value for this CollectionDesc. |
void |
setDocuments(DocumentDescs documents)
Sets the documents value for this CollectionDesc. |
void |
setGroup(String group)
Sets the group value for this CollectionDesc. |
void |
setName(String name)
Sets the name value for this CollectionDesc. |
void |
setOwner(String owner)
Sets the owner value for this CollectionDesc. |
void |
setPermissions(int permissions)
Sets the permissions value for this CollectionDesc. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionDesc()
public CollectionDesc(String name,
String owner,
String group,
int permissions,
long created,
Strings collections,
DocumentDescs documents)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - public String getOwner()
public void setOwner(String owner)
owner - public String getGroup()
public void setGroup(String group)
group - public int getPermissions()
public void setPermissions(int permissions)
permissions - public long getCreated()
public void setCreated(long created)
created - public Strings getCollections()
public void setCollections(Strings collections)
collections - public DocumentDescs getDocuments()
public void setDocuments(DocumentDescs documents)
documents - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||