Package org.openiam.idm.srvc.lang.dto
Class Language
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.idm.srvc.lang.dto.Language
-
- All Implemented Interfaces:
Serializable
,Cloneable
,BaseIdentity
public class Language extends KeyDTO implements Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description Language()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Language
clone()
String
getFirstLocale()
boolean
hasLocale(String locale)
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
hasLocale
public boolean hasLocale(String locale)
-
clone
public Language clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getFirstLocale
public String getFirstLocale()
-
-