org.broadleafcommerce.profile.core.domain
Class RoleImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.RoleImpl
All Implemented Interfaces:
Serializable, Role

@Entity
public class RoleImpl
extends Object
implements Role

See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  String roleName
           
 
Constructor Summary
RoleImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getId()
           
 String getRoleName()
           
 int hashCode()
           
 void setId(Long id)
           
 void setRoleName(String roleName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

roleName

protected String roleName
Constructor Detail

RoleImpl

public RoleImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface Role

setId

public void setId(Long id)
Specified by:
setId in interface Role

getRoleName

public String getRoleName()
Specified by:
getRoleName in interface Role

setRoleName

public void setRoleName(String roleName)
Specified by:
setRoleName in interface Role

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.