com.googlecode.fascinator.model
Class Role

java.lang.Object
  extended by 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

Constructor Summary
Role()
           
Role(String recordId, String role)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRecordId()
           
 String getRole()
           
 void setRecordId(String recordId)
           
 void setRole(String role)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()

Role

public Role(String recordId,
            String role)
Method Detail

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.