|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.api.role.RoleResponsibility.Builder
public static class RoleResponsibility.Builder
| Method Summary | |
|---|---|
RoleResponsibility |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static RoleResponsibility.Builder |
create()
|
static RoleResponsibility.Builder |
create(RoleResponsibilityContract rrContract)
|
static RoleResponsibility.Builder |
create(String roleId,
String responsibilityId)
|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
String |
getResponsibilityId()
Returns the String identifier for the Responsibility represented by this Role/Responsibility association. |
String |
getRoleId()
Returns the String identifier for the Role represented by this Role/Responsibility association. |
String |
getRoleResponsibilityId()
Provides the String identifier for a given RoleResponsibility |
Long |
getVersionNumber()
Returns the version number for this object. |
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
boolean |
isActive()
The active indicator for an object. |
void |
setActive(boolean active)
|
void |
setResponsibilityId(String responsibilityId)
|
void |
setRoleId(String roleId)
|
void |
setRoleResponsibilityId(String roleResponsibilityId)
|
void |
setVersionNumber(Long versionNumber)
|
String |
toString()
This will return a proper string representation of the Model Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static RoleResponsibility.Builder create()
public static RoleResponsibility.Builder create(String roleId,
String responsibilityId)
public static RoleResponsibility.Builder create(RoleResponsibilityContract rrContract)
public RoleResponsibility build()
ModelBuilder
build in interface ModelBuilderpublic String getRoleResponsibilityId()
RoleResponsibilityContract
getRoleResponsibilityId in interface RoleResponsibilityContractpublic void setRoleResponsibilityId(String roleResponsibilityId)
public String getRoleId()
RoleResponsibilityContract
getRoleId in interface RoleResponsibilityContractpublic void setRoleId(String roleId)
public String getResponsibilityId()
RoleResponsibilityContract
getResponsibilityId in interface RoleResponsibilityContractpublic void setResponsibilityId(String responsibilityId)
public boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic void setActive(boolean active)
public Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.
hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equality
public String toString()
ModelObjectBasic
toString in interface ModelObjectBasictoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||