public class InfoObject extends Object implements IBusinessObject
| Constructor and Description |
|---|
InfoObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getPath() |
String |
getRepository() |
Long |
getRevision() |
Date |
getTimestamp() |
void |
setAuthor(String author) |
void |
setPath(String path) |
void |
setRepository(String repository) |
void |
setRevision(Long revision) |
void |
setTimestamp(Date timestamp) |
public Long getRevision()
public void setRevision(Long revision)
public String getAuthor()
public void setAuthor(String author)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getRepository()
public void setRepository(String repository)
public String getPath()
public void setPath(String path)
Copyright © 2012. All Rights Reserved.