org.granite.builder.properties
Class Gas3Project

java.lang.Object
  extended by 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

Constructor Summary
Gas3Project(java.lang.String path)
           
 
Method Summary
 int compareTo(Gas3Project o)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPath()
           
 int hashCode()
           
 void setPath(java.lang.String path)
           
 void validate(ValidationResults results)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gas3Project

public Gas3Project(java.lang.String path)
Method Detail

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>