|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.bouquet.jpa.domain.AuthUserRole
public class AuthUserRole
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
Uebung: Pruefungsaufgabe
Beschreibung:
Auth user role business object implemented as plain old java object.
Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.
Constructor Summary | |
---|---|
AuthUserRole()
Default constructor |
|
AuthUserRole(int authUserId,
int authRoleId)
Constructor |
Method Summary | |
---|---|
int |
getAuthRoleId()
Gets the authRoleId. |
int |
getAuthUserId()
Gets the authUserId. |
void |
setAuthRoleId(int authRoleId)
Sets the authRoleId. |
void |
setAuthUserId(int authUserId)
Sets the authUserId. |
java.lang.String |
toString()
Return all attributes as String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthUserRole()
public AuthUserRole(int authUserId, int authRoleId)
authUserId
- intauthRoleId
- intMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getAuthRoleId()
public void setAuthRoleId(int authRoleId)
authRoleId
- The authRoleId to setpublic int getAuthUserId()
public void setAuthUserId(int authUserId)
authUserId
- The authUserId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |