public class IssueRelation extends java.lang.Object implements Identifiable
Modifier and Type | Class and Description |
---|---|
static class |
IssueRelation.TYPE |
Modifier and Type | Field and Description |
---|---|
static Property<java.lang.Integer> |
DATABASE_ID
database numeric Id
|
static Property<java.lang.Integer> |
DELAY |
static Property<java.lang.Integer> |
ISSUE_ID |
static Property<java.lang.Integer> |
ISSUE_TO_ID |
static Property<java.lang.String> |
RELATION_TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getDelay() |
java.lang.Integer |
getId() |
java.lang.Integer |
getIssueId() |
java.lang.Integer |
getIssueToId() |
PropertyStorage |
getStorage() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setDelay(java.lang.Integer delay) |
void |
setIssueId(java.lang.Integer issueId) |
void |
setIssueToId(java.lang.Integer issueToId) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
public static final Property<java.lang.Integer> DATABASE_ID
public static final Property<java.lang.Integer> ISSUE_ID
public static final Property<java.lang.Integer> ISSUE_TO_ID
public static final Property<java.lang.String> RELATION_TYPE
public static final Property<java.lang.Integer> DELAY
public java.lang.Integer getId()
getId
in interface Identifiable
public java.lang.Integer getIssueId()
public void setIssueId(java.lang.Integer issueId)
public java.lang.Integer getIssueToId()
public void setIssueToId(java.lang.Integer issueToId)
public java.lang.Integer getDelay()
public void setDelay(java.lang.Integer delay)
public java.lang.String getType()
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public PropertyStorage getStorage()