Interface IssueRankingAO
New way of ranking issues per rank custom field
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
Entity id, if < 0 then not actually an issue, but a ranked object.Next issue id.void
setCustomFieldId
(long customFieldId) void
setIssueId
(long issueId) void
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
-
Method Details
-
getIssueId
long getIssueId()Entity id, if < 0 then not actually an issue, but a ranked object. See RankableObjectAO -
setIssueId
void setIssueId(long issueId) -
getCustomFieldId
long getCustomFieldId() -
setCustomFieldId
void setCustomFieldId(long customFieldId) -
getNextId
Long getNextId()Next issue id. -
setNextId
-