|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.bouquet.jpa.domain.AuthRole
public class AuthRole
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Authenticated role business object implemented as plain old java object.
Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.
Field Summary | |
---|---|
private long |
authRoleId
auth role id (primary key) |
private static org.apache.log4j.Logger |
LOG
constant for the logging |
private java.lang.String |
name
role name |
private static long |
serialVersionUID
Default serial version uid |
Constructor Summary | |
---|---|
AuthRole()
Default constructor |
|
AuthRole(java.lang.String name)
Constructor |
Method Summary | |
---|---|
long |
getAuthRoleId()
Gets the authRoleId. |
java.lang.String |
getName()
Gets the name. |
void |
setAuthRoleId(long authRoleId)
Sets the authRoleId. |
void |
setName(java.lang.String name)
Sets the name. |
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 |
Field Detail |
---|
private static org.apache.log4j.Logger LOG
private static final long serialVersionUID
private long authRoleId
private java.lang.String name
Constructor Detail |
---|
public AuthRole()
public AuthRole(java.lang.String name)
name
- StringMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public long getAuthRoleId()
public void setAuthRoleId(long authRoleId)
authRoleId
- The authRoleId to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |