java.lang.Cloneable
, CMCommon
, CMObject
, java.lang.Comparable<CMObject>
, Modifiable
DefaultClanPosition
public interface ClanPosition extends Modifiable, CMCommon
idConverter
Modifier and Type | Method | Description |
---|---|---|
Clan.Authority[] |
getFunctionChart() |
Gets the function chart.
|
java.lang.String |
getID() |
Gets the iD.
|
java.lang.String |
getInnerMaskStr() |
Gets the inner mask str.
|
double |
getMax() |
Gets the max members in this position.
|
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.
|
java.util.List<java.lang.String> |
getTitleAwards() |
Returns a list of titles granted to players of clans
in this position.
|
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(double max) |
Sets the max members in this position.
|
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.
|
copyOf, ID, initializeClass, name, newInstance
getSaveStatIndex, getStat, getStatCodes, isStat, setStat
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()
double getMax()
setMax(double)
void setMax(double 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()
java.util.List<java.lang.String> getTitleAwards()
Clan.Authority[] getFunctionChart()
setFunctionChart(com.planet_ink.coffee_mud.Common.interfaces.Clan.Authority[])
void setFunctionChart(Clan.Authority[] functionChart)
functionChart
- the new function chartgetFunctionChart()