tle.framework.component.impl.aamanager.role
Class RoleImpl

java.lang.Object
  extended bytle.framework.component.impl.aamanager.role.RoleImpl
All Implemented Interfaces:
Role

public class RoleImpl
extends java.lang.Object
implements Role

RoleÀÇ ±¸Çöü. RoleManagerImplÀÌ »ç¿ëÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
(package private) RoleImpl(java.lang.String id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
          ¿ªÇÒ¿¡ ´ëÇÑ ¼³¸íÀ» ¸®ÅÏÇÑ´Ù.
 java.lang.String getID()
          ¿ªÇÒÀ» ±¸ºÐÇϱâ À§ÇÑ ID¸¦ ¸®ÅÏÇÑ´Ù.
 java.lang.String getName()
          ¿ªÇÒÀÇ À̸§À» ¸®ÅÏÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleImpl

RoleImpl(java.lang.String id,
         java.lang.String name,
         java.lang.String description)
Method Detail

getID

public java.lang.String getID()
Description copied from interface: Role
¿ªÇÒÀ» ±¸ºÐÇϱâ À§ÇÑ ID¸¦ ¸®ÅÏÇÑ´Ù. ¸ðµç ¿ªÇÒÀº °íÀ¯ÀÇ ID °ªÀ» °®´Â´Ù.

Specified by:
getID in interface Role
Returns:

getName

public java.lang.String getName()
Description copied from interface: Role
¿ªÇÒÀÇ À̸§À» ¸®ÅÏÇÑ´Ù.

Specified by:
getName in interface Role
Returns:

getDescription

public java.lang.String getDescription()
Description copied from interface: Role
¿ªÇÒ¿¡ ´ëÇÑ ¼³¸íÀ» ¸®ÅÏÇÑ´Ù.

Specified by:
getDescription in interface Role
Returns: