public class Priority extends Identity implements java.lang.Comparable<Priority>, XMLable
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
Priority() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Priority obj_)
Compares this priority with another priority
|
boolean |
getDefault()
Returns whether or not this priority is the default priority in the system
|
java.lang.String |
getDescription()
Returns the description of the priority
|
java.lang.Long |
getEffectiveId()
Returns the effective ID for the priority.
|
java.lang.Long |
getIconId()
Returns the collaboration document ID of the icon associated with this
priority
|
java.lang.String |
getImageLoc() |
boolean |
isDefault()
Deprecated.
use getDefault
|
void |
setDefault(boolean default_)
Sets whether or not this priority is the default priority in the system.
|
void |
setDescription(java.lang.String description_)
Sets the description of the priority
|
void |
setEffectiveId(java.lang.Long effectiveId_)
Sets the effective ID for this priority
|
void |
setIconId(java.lang.Long iconId_)
Sets the collaboration document ID of the icon associated with this
priority
|
void |
setImageLoc(java.lang.String imageLoc_) |
java.lang.String |
toXML()
Converts this priority to xml and returns it as a string.
|
void |
toXML(java.lang.StringBuilder buffer_)
Converts the priority to XML and stores it in a StringBuffer
|
equals, getId, getName, getUuid, hashCode, setId, setName, setUuid, toString
public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
description_
- the description of the priority.public java.lang.Long getIconId()
public void setIconId(java.lang.Long iconId_)
iconId_
- the iconId for the prioritypublic java.lang.Long getEffectiveId()
public void setEffectiveId(java.lang.Long effectiveId_)
effectiveId_
- the effective ID for the prioritygetEffectiveId()
public boolean getDefault()
@Deprecated public boolean isDefault()
public void setDefault(boolean default_)
true
default_
- sets whether or not this priority is default.public java.lang.String toXML()
public void toXML(java.lang.StringBuilder buffer_)
public int compareTo(Priority obj_)
compareTo
in interface java.lang.Comparable<Priority>
obj_
- the Priority
to compare this priority topublic java.lang.String getImageLoc()
public void setImageLoc(java.lang.String imageLoc_)
imageLoc_
- The imageLoc to set.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.