|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.common.utilcomponents.ManejoPerfilesValue
This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
| Field Summary | |
private long[] |
codigoActionPermitida
List of actions allowed |
private long |
codigoPerfil
value of codigo perfil |
private java.lang.String |
nombrePerfil
value of nombre perfil |
| Constructor Summary | |
ManejoPerfilesValue(long codigoPerfil,
java.lang.String nombrePerfil,
long[] codigoActionPermitida)
constructor: initializes attributes |
|
| Method Summary | |
long[] |
getCodigoActionPermitida()
get method for list of actions allowed |
long |
getCodigoPerfil()
get method for codigoPerfil |
java.lang.String |
getNombrePerfil()
get method for nombrePerfil |
java.lang.String |
toString()
String representation of the value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long codigoPerfil
private java.lang.String nombrePerfil
private long[] codigoActionPermitida
| Constructor Detail |
public ManejoPerfilesValue(long codigoPerfil,
java.lang.String nombrePerfil,
long[] codigoActionPermitida)
codigoPerfil - value of codigo Perfil. This field is -1, if the
perfil is newnombrePerfil - name of PerfilcodigoActionPermitida - List of actions allowed| Method Detail |
public long getCodigoPerfil()
public java.lang.String getNombrePerfil()
public long[] getCodigoActionPermitida()
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 | ||||||||||