Package org.exoplatform.clouddrive.cmis
Class CMISProvider.AtomPub
- java.lang.Object
-
- org.exoplatform.clouddrive.cmis.CMISProvider.AtomPub
-
- Enclosing class:
- CMISProvider
public static class CMISProvider.AtomPub extends Object
The Class AtomPub.
-
-
Constructor Summary
Constructors Constructor Description AtomPub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Gets the name.StringgetUrl()Gets the url.inthashCode()voidsetName(String name)Sets the name.voidsetUrl(String url)Sets the url.StringtoString()
-
-
-
Method Detail
-
setName
public void setName(String name)
Sets the name.- Parameters:
name- the name to set
-
setUrl
public void setUrl(String url)
Sets the url.- Parameters:
url- the url to set
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getUrl
public String getUrl()
Gets the url.- Returns:
- the url
-
-