public abstract class SOAPEntity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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
|
Modifier | Constructor and Description |
---|---|
protected |
SOAPEntity() |
protected |
SOAPEntity(long ID,
String name,
long directoryId,
String description,
boolean active,
Date conception,
Date lastModified,
SOAPAttribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SOAPAttribute |
getAttribute(String attributeName) |
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) |
String |
toString() |
protected long ID
protected String name
protected long directoryId
protected String description
protected boolean active
protected Date conception
protected Date lastModified
protected SOAPAttribute[] attributes
protected SOAPEntity()
protected SOAPEntity(long ID, String name, long directoryId, String description, boolean active, Date conception, Date lastModified, SOAPAttribute[] attributes)
public SOAPAttribute[] getAttributes()
public SOAPAttribute getAttribute(String attributeName)
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 isActive()
public void setActive(boolean active)
Copyright © 2020 Atlassian. All rights reserved.