Class RemoteLabel
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteLabel
-
public class RemoteLabel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
id
-
Constructor Summary
Constructors Constructor Description RemoteLabel()
RemoteLabel(Label label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
long
getId()
String
getName()
String
getNamespace()
String
getOwner()
int
hashCode()
void
setId(long id)
void
setName(String name)
void
setNamespace(String namespace)
void
setOwner(String owner)
String
toString()
-
-
-
Constructor Detail
-
RemoteLabel
public RemoteLabel()
-
RemoteLabel
public RemoteLabel(Label label)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getNamespace
public String getNamespace()
-
setNamespace
public void setNamespace(String namespace)
-
-