public class PriorityRegistration
extends java.lang.Object
Constructor and Description |
---|
PriorityRegistration() |
Modifier and Type | Method and Description |
---|---|
Priority |
copyNonLocalizedFieldsOnly()
Creates and returns a new Priority object.
|
boolean |
equals(java.lang.Object obj) |
boolean |
getDefault()
Returns whether or not this priority is the default priority in the system.
|
LocaleString |
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.Long |
getId()
Returns the id of the priority.
|
java.lang.String |
getImageLoc()
Returns the location of the image associated with this priority.
|
LocaleString |
getName()
Returns the name of the priority.
|
int |
hashCode() |
void |
setDefault(boolean value)
Sets whether or not this priority is the default priority in the system.
|
void |
setDescription(LocaleString description) |
void |
setEffectiveId(java.lang.Long effectiveId) |
void |
setIconId(java.lang.Long iconId) |
void |
setId(java.lang.Long id) |
void |
setImageLoc(java.lang.String imageLoc) |
void |
setName(LocaleString name) |
public Priority copyNonLocalizedFieldsOnly()
public java.lang.Long getId()
public void setId(java.lang.Long id)
public LocaleString getName()
public void setName(LocaleString name)
public LocaleString getDescription()
public void setDescription(LocaleString description)
public java.lang.Long getIconId()
public void setIconId(java.lang.Long iconId)
public java.lang.Long getEffectiveId()
public void setEffectiveId(java.lang.Long effectiveId)
public boolean getDefault()
public void setDefault(boolean value)
default
property set to
true
.public java.lang.String getImageLoc()
public void setImageLoc(java.lang.String imageLoc)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.