public final class PositionResponsibilityOption extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionResponsibilityOptionContract
Modifier and Type | Class and Description |
---|---|
static class |
PositionResponsibilityOption.Builder
A builder which can be used to construct
PositionResponsibilityOption instances. |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreateTime()
The timestamp of when this HrBusinessObject was last created/updated
|
org.joda.time.LocalDate |
getEffectiveLocalDate()
The localDate format of the effective date of the HrBusinessObject
|
String |
getId() |
String |
getObjectId() |
String |
getPrDescription()
The long description of the responsibility
|
String |
getPrOptionId()
The primary key for a PositionResponsibilityOption entry saved in the database
|
String |
getPrOptionName()
The short text descriptive of the responsibility
|
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
Long |
getVersionNumber() |
boolean |
isActive() |
public String getPrDescription()
PositionResponsibilityOptionContract
prDescription of a PositionResponsibilityOption.
getPrDescription
in interface PositionResponsibilityOptionContract
public String getPrOptionId()
PositionResponsibilityOptionContract
prOptionId of a PositionResponsibilityOption.
getPrOptionId
in interface PositionResponsibilityOptionContract
public String getPrOptionName()
PositionResponsibilityOptionContract
prOptionName of a PositionResponsibilityOption.
getPrOptionName
in interface PositionResponsibilityOptionContract
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public org.joda.time.LocalDate getEffectiveLocalDate()
Effective
effectiveLocalDate of HrBusinessObject
getEffectiveLocalDate
in interface Effective
public org.joda.time.DateTime getCreateTime()
CreateTime
timestamp of HrBusinessObject
getCreateTime
in interface CreateTime
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.