|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.common.utilcomponents.UseCase
This class is an auxiliary class of ManejoPerfilesModel.
Field Summary | |
private java.util.ArrayList |
acciones
List of actions |
private long |
codigoCasoUso
Code of use case |
private java.lang.String |
nombreDispaly
Name of use case |
Constructor Summary | |
UseCase(long codigoCasoUso,
java.lang.String nombreDispaly,
java.util.ArrayList acciones)
constructor: initializes attributes |
Method Summary | |
java.util.ArrayList |
getAcciones()
Get method for list of actions |
long |
getCodigoCasoUso()
get method for code of use case |
java.lang.String |
getNombreDisplay()
get method for name of use case |
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 codigoCasoUso
private java.lang.String nombreDispaly
private java.util.ArrayList acciones
Constructor Detail |
public UseCase(long codigoCasoUso, java.lang.String nombreDispaly, java.util.ArrayList acciones)
codigoCasoUso
- Code of use casenombreDispaly
- Name of use caseacciones
- List of actions. Every possible actions are included.Method Detail |
public long getCodigoCasoUso()
public java.lang.String getNombreDisplay()
public java.util.ArrayList getAcciones()
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 |