|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClanPosition
A class for the characteristics of a position within a clan government.
| Method Summary | |
|---|---|
Clan.Authority[] |
getFunctionChart()
Gets the function chart. |
java.lang.String |
getID()
Gets the iD. |
java.lang.String |
getInnerMaskStr()
Gets the inner mask str. |
int |
getMax()
Gets the max. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getPluralName()
Gets the plural name. |
int |
getRank()
Gets the rank. |
int |
getRoleID()
Gets the role id. |
boolean |
isPublic()
Checks if is public. |
void |
setFunctionChart(Clan.Authority[] functionChart)
Sets the function chart. |
void |
setID(java.lang.String iD)
Sets the iD. |
void |
setInnerMaskStr(java.lang.String innerMaskStr)
Sets the inner mask str. |
void |
setMax(int max)
Sets the max. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPluralName(java.lang.String pluralName)
Sets the plural name. |
void |
setPublic(boolean isPublic)
Sets the public. |
void |
setRank(int rank)
Sets the rank. |
void |
setRoleID(int roleID)
Sets the role id. |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Modifiable |
|---|
getSaveStatIndex, getStat, getStatCodes, isStat, setStat |
| Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
|---|
copyOf, ID, initializeClass, name, newInstance |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getID()
setID(String)void setID(java.lang.String iD)
iD - the new iDgetID()int getRoleID()
setRoleID(int)void setRoleID(int roleID)
roleID - the new role idgetRoleID()int getRank()
setRank(int)void setRank(int rank)
rank - the new rankgetRank()java.lang.String getName()
setName(String)void setName(java.lang.String name)
name - the new namegetName()java.lang.String getPluralName()
setPluralName(String)void setPluralName(java.lang.String pluralName)
pluralName - the new plural namegetPluralName()int getMax()
setMax(int)void setMax(int max)
max - the new maxgetMax()java.lang.String getInnerMaskStr()
setInnerMaskStr(String)void setInnerMaskStr(java.lang.String innerMaskStr)
innerMaskStr - the new inner mask strgetInnerMaskStr()boolean isPublic()
setPublic(boolean)void setPublic(boolean isPublic)
isPublic - the new publicisPublic()Clan.Authority[] getFunctionChart()
setFunctionChart(com.planet_ink.coffee_mud.Common.interfaces.Clan.Authority[])void setFunctionChart(Clan.Authority[] functionChart)
functionChart - the new function chartgetFunctionChart()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||