org.eclipse.higgins.sync.to
Class BaseTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CaptchaTO, CardCategoryTO, CardCredentialTO, CardHistoryTO, CardsTO, CardTO, CmdExecStatusesTO, CommandsTO, UseAlwaysTO, UserProfileTO
public class BaseTO
- extends Object
- implements Serializable
Base transfer object. All resources should extend it.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
BaseTO
public BaseTO()
getId
public String getId()
- Returns:
- the id
getRevision
public RevisionTO getRevision()
- Returns:
- the revision
setId
public void setId(String id)
- Parameters:
id - the id to set
setRevision
public void setRevision(RevisionTO revision)
- Parameters:
revision - the revision to set