com.googlecode.fascinator.model.pk
Class RolePk

java.lang.Object
  extended by com.googlecode.fascinator.model.pk.RolePk
All Implemented Interfaces:
Serializable

public class RolePk
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

RolePk

public RolePk()

RolePk

public RolePk(String recordId,
              String role)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getRecordId

public String getRecordId()

setRecordId

public void setRecordId(String recordId)

getRole

public String getRole()

setRole

public void setRole(String username)


Copyright © 2009-2014. All Rights Reserved.