public class FavoredPCP
extends java.lang.Object
| Constructor and Description |
|---|
FavoredPCP(AgentID pFavoredPCP_ID,
int pFavoredPCPCount) |
| Modifier and Type | Method and Description |
|---|---|
AgentID |
getFavoredPCP_ID()
Gets the favoredPCP_ID attribute.
|
int |
getFavoredPCPCount()
Gets the favoredPCPCount attribute.
|
void |
setFavoredPCP_ID(AgentID pFavoredPCP_ID)
Sets the favoredPCP_ID attribute.
|
void |
setFavoredPCPCount(int pFavoredPCPCount)
Sets the favoredPCPCount attribute.
|
java.lang.String |
toString()
Returns the favored PCP data as a string.
|
public FavoredPCP(AgentID pFavoredPCP_ID, int pFavoredPCPCount)
pFavoredPCP_ID - pFavoredPCPCount - public java.lang.String toString()
toString in class java.lang.Objectpublic AgentID getFavoredPCP_ID()
public void setFavoredPCP_ID(AgentID pFavoredPCP_ID)
pFavoredPCP_ID - public int getFavoredPCPCount()
public void setFavoredPCPCount(int pFavoredPCPCount)
pFavoredPCPCount -