|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.common.utilcomponents.ManejoPerfilesModel
This class represents the sent data (answer) in the direction ejb -> web when the ManejoPerfiles usecase asks ejb services
| Field Summary | |
private Profile |
profile
Select profile |
private java.util.ArrayList |
systemProfiles
List of system profiles |
| Constructor Summary | |
ManejoPerfilesModel(java.util.ArrayList systemProfiles,
Profile profile)
constructor: initializes attributes |
|
| Method Summary | |
Profile |
getProfile()
get method for Object Profile |
java.util.ArrayList |
getSystemProfiles()
Get method for list of system profiles |
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 java.util.ArrayList systemProfiles
private Profile profile
| Constructor Detail |
public ManejoPerfilesModel(java.util.ArrayList systemProfiles,
Profile profile)
systemProfiles - Arraylist of system profiles. When each element is a
CodeDescription composed by(codigoPerfil,nombrePerfil)profile - Object composed by Profile's attributes| Method Detail |
public java.util.ArrayList getSystemProfiles()
public Profile getProfile()
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 | ||||||||||