@Column(name="ordering")
public Short getOrdering() {
return ordering;
}
public void setOrdering(Short ordering) {
this.ordering = ordering;
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
private Short ordering;
@Column(name="ordering")
public Short getOrdering() { return ordering; }
public void setOrdering(Short ordering) { this.ordering = ordering; }