com.googlecode.fascinator.model
Class Role
java.lang.Object
com.googlecode.fascinator.model.Role
- All Implemented Interfaces:
- Serializable
@Entity
public class Role
- extends Object
- implements Serializable
Entity for Role
- Author:
- Shilo Banihit
- See Also:
- Serialized Form
Role
public Role()
Role
public Role(String recordId,
String role)
getRecordId
public String getRecordId()
setRecordId
public void setRecordId(String recordId)
getRole
public String getRole()
setRole
public void setRole(String role)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2009-2014. All Rights Reserved.