|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.common.utilcomponents.Profile
This class is an auxiliary class of ManejoPerfilesModel.
Field Summary | |
private long |
idProfile
Code of selected profile |
private java.util.ArrayList |
modules
List of system modules |
private java.lang.String |
profileName
Name of selected profile |
Constructor Summary | |
Profile(long idProfile,
java.lang.String profileName,
java.util.ArrayList modules)
constructor: initializes attributes |
Method Summary | |
long |
getIdProfile()
get method for code of selected profile |
java.util.ArrayList |
getModules()
Get method for list of system modules |
java.lang.String |
getProfileName()
get method for name of selected profile |
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 idProfile
private java.lang.String profileName
private java.util.ArrayList modules
Constructor Detail |
public Profile(long idProfile, java.lang.String profileName, java.util.ArrayList modules)
idProfile
- Code of selected profile. This is -1 in case of an empty
profile (needed to create a new profile)profileName
- Name of selected profile. This is " " in case of an
empty profile (needed to create a new profile)modules
- Arraylist of system modules. When each element is a
Module.Method Detail |
public long getIdProfile()
public java.lang.String getProfileName()
public java.util.ArrayList getModules()
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 |