|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nwnintf.ModuleBlueprint
Encapsulate the visible properties of a custom blueprint in a Module. Accessor methods return things as string rather than internal scriptease types to avoid dependencies in nwnintf on the scriptease package hierarchy.
Constructor Summary | |
ModuleBlueprint()
|
|
ModuleBlueprint(ResRef resref,
java.lang.String name)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Equals method for ModuleBlueprints. |
java.lang.String |
getName()
|
ResRef |
getResRef()
|
int |
hashCode()
Hash Code for this blueprint. |
java.lang.String |
name()
A display name for this blueprint, such as would appear in the blueprint tree display in Aurora. |
ResRef |
resref()
The ResRef of this blueprint. |
void |
setName(java.lang.String name)
|
void |
setResRef(ResRef resref)
|
java.lang.String |
tag(NwnModule nwnmodule)
Tag of this entity. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleBlueprint(ResRef resref, java.lang.String name)
resref
- The resref the blueprint.name
- A display name for this blueprint.public ModuleBlueprint()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public ResRef getResRef()
public void setResRef(ResRef resref)
public java.lang.String tag(NwnModule nwnmodule)
public java.lang.String name()
public ResRef resref()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |