org.jboss.seam.security.examples.idmconsole.model
Class IdentityObjectCredentialType
java.lang.Object
org.jboss.seam.security.examples.idmconsole.model.IdentityObjectCredentialType
- All Implemented Interfaces:
- Serializable
@Entity
public class IdentityObjectCredentialType
- extends Object
- implements Serializable
Lookup table containing credential types
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityObjectCredentialType
public IdentityObjectCredentialType()
getId
public Long getId()
setId
public void setId(Long id)
getName
@IdentityProperty(value=NAME)
public String getName()
setName
public void setName(String name)
Copyright © 2011 Seam Framework. All Rights Reserved.