Method Summary |
|
public IssueVote | copy() Makes a copy of this object. |
protected IssueVote | copyInto(IssueVote copyObj) |
public Object | getByName(String name) Retrieves a field from the object by name passed in as a String. |
public Object | getByPeerName(String name) Retrieves a field from the object by name passed in
as a String. |
public Object | getByPosition(int pos) Retrieves a field from the object by Position as specified
in the xml schema. |
public static synchronized List | getFieldNames() Generate a list of field names. |
public Issue | getIssue() Returns the associated Issue object. |
public Issue | getIssue(Connection connection) |
public Long | getIssueId() |
public IssueVotePeer | getPeer() returns a peer instance associated with this om. |
public ObjectKey | getPrimaryKey() returns an id that differentiates this object from others
of its class. |
public String | getQueryKey() get an id that differentiates this object from others
of its class. |
public ScarabUser | getScarabUser() Returns the associated ScarabUser object. |
public ScarabUser | getScarabUser(Connection connection) |
public Integer | getUserId() |
public int | getVotes() |
protected boolean | isCacheOnSave() Specify whether to cache the object after saving to the db. |
public void | save() Stores the object in the database. |
public void | save(String dbName) Stores the object in the database. |
public void | save(Connection con) Stores the object in the database. |
public void | setIssue(Issue v) |
public void | setIssueId(Long v) |
public void | setIssueKey(ObjectKey key) |
public void | setPrimaryKey(ObjectKey key) |
public void | setPrimaryKey(Long issueId, Integer userId) Set the PrimaryKey using SimpleKeys. |
public void | setPrimaryKey(String key) Set the PrimaryKey using a String. |
public void | setQueryKey(String key) set an id that differentiates this object from others
of its class. |
public void | setScarabUser(ScarabUser v) |
public void | setScarabUserKey(ObjectKey key) |
public void | setUserId(Integer v) |
public void | setVotes(int v) |
public String | toString() |