|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.common.utilcomponents.ManejoUsersValue
This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services
Field Summary | |
private User |
user
a specific user (for selecting, inserting or updating) |
private long[] |
userProfilesCodes
user profiles codes (of the specific user): |
Constructor Summary | |
ManejoUsersValue(User user,
long[] userProfilesCodes)
constructor: initializes attributes |
Method Summary | |
User |
getUser()
get method for user |
long[] |
getUserProfilesCodes()
get method for userProfilesCodes |
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 User user
private long[] userProfilesCodes
Constructor Detail |
public ManejoUsersValue(User user, long[] userProfilesCodes)
user
- a specific useruserProfilesCodes
- user profiles codesMethod Detail |
public User getUser()
public long[] getUserProfilesCodes()
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 |