|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.dependency.Clazz
public class Clazz
clazz value object.
| Constructor Summary | |
|---|---|
Clazz(Clazz aClazz)
Copy constructor for Clazz. |
|
Clazz(String aQualifiedName)
Constructs a Clazz with the minimum arguments. |
|
Clazz(String aQualifiedName,
String aSourceFileName,
String aPackageName)
Constructs a Clazz with all arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Returns true if this Clazz
is equal to object. |
int |
getIndex()
Returns the index. |
int |
getLowlink()
Returns the lowlink. |
String |
getPackageName()
Returns the Name of the package where this class belongs to.. |
String |
getQualifiedName()
Returns the The qualified name of this class.. |
Map<String,Set<Relation>> |
getRelations()
Returns the The map of relations of this class key is the relation target.. |
String |
getSourceFileName()
Returns the Source file where this class is defined in.. |
int |
hashCode()
Override hashCode. |
void |
setIndex(int aIndex)
Sets the index. |
void |
setLowlink(int aLowlink)
Sets the lowlink. |
void |
setPackageName(String aPackageName)
Sets the Name of the package where this class belongs to.. |
void |
setSourceFileName(String aSourceFileName)
Sets the Source file where this class is defined in.. |
String |
toString()
Creates a String representation of this object holding the state of all members. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Clazz(String aQualifiedName)
aQualifiedName - The The qualified name of this class..
public Clazz(String aQualifiedName,
String aSourceFileName,
String aPackageName)
aQualifiedName - The The qualified name of this class..aSourceFileName - The Source file where this class is defined in..aPackageName - The Name of the package where this class belongs to..public Clazz(Clazz aClazz)
aClazz - The Clazz
to be copied.| Method Detail |
|---|
public String getQualifiedName()
public String getSourceFileName()
public void setSourceFileName(String aSourceFileName)
aSourceFileName - the Source file where this class is defined in. to be set.public String getPackageName()
public void setPackageName(String aPackageName)
aPackageName - the Name of the package where this class belongs to. to be set.public Map<String,Set<Relation>> getRelations()
public int getLowlink()
public void setLowlink(int aLowlink)
aLowlink - the lowlink to be set.public int getIndex()
public void setIndex(int aIndex)
aIndex - the index to be set.public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
true if this Clazz
is equal to object.
equals in class Objectobject - the object to compare to.
true if this Clazz
is equal to object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||