public class ChangeFile extends Object implements Serializable
Constructor and Description |
---|
ChangeFile(String name)
Constructor for the ChangeFile object without all details available
|
ChangeFile(String name,
String rev)
Constructor for the ChangeFile object
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name attribute of the ChangeLogFile object.
|
String |
getRevision()
Gets the revision attribute of the ChangeLogFile object.
|
void |
setName(String name)
Setter for property name.
|
void |
setRevision(String revision)
Setter for property revision.
|
String |
toString()
Provide a version of the object as a string for debugging purposes
|
public ChangeFile(String name)
name
- file namepublic String getName()
public String getRevision()
public void setName(String name)
name
- New value of property name.public void setRevision(String revision)
revision
- New value of property revision.Copyright © 2003–2014. All rights reserved.