Package org.openiam.idm.srvc.otp.domain
Class OTPProviderAttributeEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.base.domain.AbstractAttributeEntity
-
- org.openiam.idm.srvc.otp.domain.OTPProviderAttributeEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class OTPProviderAttributeEntity extends AbstractAttributeEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
inVault
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description OTPProviderAttributeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParentId()
List<String>
getValues()
void
setParentId(String id)
void
setValues(List<String> values)
-
Methods inherited from class org.openiam.base.domain.AbstractAttributeEntity
addValue, containsValue, getFirstValue, hasValues, isMultivalued, overwrite
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getParentId
public String getParentId()
- Specified by:
getParentId
in classAbstractAttributeEntity
-
setParentId
public void setParentId(String id)
- Specified by:
setParentId
in classAbstractAttributeEntity
-
getValues
public List<String> getValues()
- Specified by:
getValues
in classAbstractAttributeEntity
-
setValues
public void setValues(List<String> values)
- Specified by:
setValues
in classAbstractAttributeEntity
-
-