org.granite.builder.properties
Class Gas3Project
java.lang.Object
org.granite.builder.properties.Gas3Project
- All Implemented Interfaces:
- java.lang.Comparable<Gas3Project>, Validable
public class Gas3Project
- extends java.lang.Object
- implements Validable, java.lang.Comparable<Gas3Project>
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Gas3Project
public Gas3Project(java.lang.String path)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
validate
public void validate(ValidationResults results)
- Specified by:
validate in interface Validable
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
compareTo
public int compareTo(Gas3Project o)
- Specified by:
compareTo in interface java.lang.Comparable<Gas3Project>