|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.soap.SOAPEntity
public abstract class SOAPEntity
Field Summary | |
---|---|
protected boolean |
active
If the entity is active or not. |
protected SOAPAttribute[] |
attributes
The entity attributes. |
protected Date |
conception
The time entity was created. |
protected String |
description
Description of the entity. |
protected long |
directoryID
The crowd server internal directory tracking ID. |
protected long |
ID
The unique identifier for the entity. |
protected Date |
lastModified
The time entity was last modification. |
protected String |
name
The unique name of the entity for the directory entity |
Constructor Summary | |
---|---|
SOAPEntity()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
SOAPAttribute[] |
getAttributes()
|
Date |
getConception()
|
String |
getDescription()
|
long |
getDirectoryID()
|
long |
getID()
|
Date |
getLastModified()
|
String |
getName()
|
int |
hashCode()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setAttributes(SOAPAttribute[] attributes)
|
void |
setConception(Date conception)
|
void |
setDescription(String description)
|
void |
setDirectoryID(long directoryID)
|
void |
setID(long ID)
|
void |
setLastModified(Date lastModified)
|
void |
setName(String name)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long ID
protected String name
protected long directoryID
protected String description
protected boolean active
protected Date conception
protected Date lastModified
protected SOAPAttribute[] attributes
Constructor Detail |
---|
public SOAPEntity()
Method Detail |
---|
public boolean isActive()
public void setActive(boolean active)
public SOAPAttribute[] getAttributes()
public void setAttributes(SOAPAttribute[] attributes)
public Date getConception()
public void setConception(Date conception)
public String getDescription()
public void setDescription(String description)
public long getDirectoryID()
public void setDirectoryID(long directoryID)
public long getID()
public void setID(long ID)
public Date getLastModified()
public void setLastModified(Date lastModified)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |