|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.common.utilcomponents.Action
This class is an auxiliary class of ManejoPerfilesModel.
| Field Summary | |
private long |
codigoAccion
Code of action |
private java.lang.String |
nombreAccion
Name of action |
private boolean |
permitida
State of action |
| Constructor Summary | |
Action(long codigoAccion,
java.lang.String nombreAccion,
boolean permitida)
constructor: initializes attributes |
|
| Method Summary | |
long |
getCodigoAccion()
get method for code of action |
java.lang.String |
getNombreAccion()
get method for name of action |
boolean |
getPermitida()
Get method for State of action |
java.lang.String |
toString()
String representation of the model |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long codigoAccion
private java.lang.String nombreAccion
private boolean permitida
| Constructor Detail |
public Action(long codigoAccion,
java.lang.String nombreAccion,
boolean permitida)
codigoAccion - Code of actionnombreAccion - Name of actionpermitida - State of action. The action 'enter' is used by every use
cases. This option indicates if the profile can enter in
the use case.| Method Detail |
public long getCodigoAccion()
public java.lang.String getNombreAccion()
public boolean getPermitida()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||