Codota Logo
HrGroupKey$Builder.build
Code IndexAdd Codota to your IDE (free)

How to use
build
method
in
org.kuali.kpme.core.api.groupkey.HrGroupKey$Builder

Best Java code snippets using org.kuali.kpme.core.api.groupkey.HrGroupKey$Builder.build (Showing top 15 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: org.kuali.kpme/kpme-core-api

private Assignment(Builder builder) {
  this.name = builder.getName();
  this.assignmentAccounts = CollectionUtils.isEmpty(builder.getAssignmentAccounts()) ? Collections.<AssignmentAccount>emptyList() : ModelObjectUtils.<AssignmentAccount>buildImmutableCopy(builder.getAssignmentAccounts());
  this.principalId = builder.getPrincipalId();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
  this.job = builder.getJob() == null ? null : builder.getJob().build();
  this.jobNumber = builder.getJobNumber();
  this.clockText = builder.getClockText();
  this.tkAssignmentId = builder.getTkAssignmentId();
  this.dept = builder.getDept();
  this.workAreaObj = builder.getWorkAreaObj() == null ? null : builder.getWorkAreaObj().build();
  this.workArea = builder.getWorkArea();
  this.task = builder.getTask();
  this.taskObj = builder.getTaskObj() == null ? null : builder.getTaskObj().build();
  this.calGroup = builder.getCalGroup();
  this.assignmentKey = builder.getAssignmentKey();
  this.primaryAssign = builder.isPrimaryAssign();
  this.assignmentDescription = builder.getAssignmentDescription();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.createTime = builder.getCreateTime();
  this.userPrincipalId = builder.getUserPrincipalId();
}
origin: org.kuali.kpme/kpme-core-api

private EffectiveKey(Builder builder) {
  this.id = builder.getId();
  this.ownerId = builder.getOwnerId();
  this.effectiveLocalDateOfOwner = builder.getEffectiveLocalDateOfOwner();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
}
origin: org.kuali.kpme/kpme-pm-api

private PositionAppointment(Builder builder) {
  this.positionAppointment = builder.getPositionAppointment();
  this.description = builder.getDescription();
  this.pmPositionAppointmentId = builder.getPmPositionAppointmentId();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.createTime = builder.getCreateTime();
  this.userPrincipalId = builder.getUserPrincipalId();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
  this.groupKeyCode = builder.getGroupKeyCode();
}
origin: org.kuali.kpme/kpme-core-api

private Department(Builder builder) {
  this.hrDeptId = builder.getHrDeptId();
  this.dept = builder.getDept();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
  this.description = builder.getDescription();
  this.chart = builder.getChart();
  this.org = builder.getOrg();
  this.payrollApproval = builder.isPayrollApproval();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.createTime = builder.getCreateTime();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.userPrincipalId = builder.getUserPrincipalId();
}
origin: org.kuali.kpme/kpme-core-api

private WorkArea(Builder builder) {
  this.userPrincipalId = builder.getUserPrincipalId();
  this.defaultOvertimeEarnCodeObj = builder.getDefaultOvertimeEarnCodeObj() == null ? null : builder.getDefaultOvertimeEarnCodeObj().build();
  this.department = builder.getDepartment() == null ? null : builder.getDepartment().build();
  //this.tasks = ModelObjectUtils.buildImmutableCopy(builder.getTasks());
  this.tkWorkAreaId = builder.getTkWorkAreaId();
  this.description = builder.getDescription();
  this.hrsDistributionF = builder.isHrsDistributionF();
  this.overtimeEditRole = builder.getOvertimeEditRole();
  this.ovtEarnCode = builder.isOvtEarnCode();
  this.adminDescr = builder.getAdminDescr();
  this.defaultOvertimeEarnCode = builder.getDefaultOvertimeEarnCode();
  this.dept = builder.getDept();
  this.workArea = builder.getWorkArea();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.createTime = builder.getCreateTime();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
}
origin: org.kuali.kpme/kpme-core-api

private PositionBase(Builder builder) {
  this.positionNumber = builder.getPositionNumber();
  this.hrPositionId = builder.getHrPositionId();
  this.description = builder.getDescription();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.createTime = builder.getCreateTime();
  this.userPrincipalId = builder.getUserPrincipalId();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
}
origin: org.kuali.kpme/kpme-tk-lm-api

private MissedPunch(Builder builder) {
  this.task = builder.getTask();
  this.actionFullDateTime = builder.getActionFullDateTime();
  this.actionLocalDate = builder.getActionLocalDate();
  this.actionTime = builder.getActionTime();
  this.clockAction = builder.getClockAction();
  this.tkClockLogId = builder.getTkClockLogId();
  this.principalName = builder.getPrincipalName();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
  this.personName = builder.getPersonName();
  this.assignmentReadOnly = builder.isAssignmentReadOnly();
  this.tkMissedPunchId = builder.getTkMissedPunchId();
  this.jobNumber = builder.getJobNumber();
  this.workArea = builder.getWorkArea();
  this.timesheetDocumentId = builder.getTimesheetDocumentId();
  this.principalId = builder.getPrincipalId();
  this.assignmentKey = builder.getAssignmentKey();
  this.assignmentValue = builder.getAssignmentValue();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.createTime = builder.getCreateTime();
  this.missedPunchDocId = builder.getMissedPunchDocId();
  this.missedPunchDocStatus = builder.getMissedPunchDocStatus();
}
origin: org.kuali.kpme/kpme-core-api

private EarnCodeSecurity(Builder builder) {
  this.salaryGroupObj = builder.getSalaryGroupObj() == null ? null : builder.getSalaryGroupObj().build();
  this.departmentObj = builder.getDepartmentObj() == null ? null : builder.getDepartmentObj().build();
  this.employee = builder.isEmployee();
  this.approver = builder.isApprover();
  this.payrollProcessor = builder.isPayrollProcessor();
  this.earnCodeObj = builder.getEarnCodeObj() == null ? null : builder.getEarnCodeObj().build();
  this.earnCodeType = builder.getEarnCodeType();
  this.dept = builder.getDept();
  this.hrSalGroup = builder.getHrSalGroup();
  this.earnCode = builder.getEarnCode();
  this.jobObj = builder.getJobObj() == null ? null : builder.getJobObj().build();
  this.hrEarnCodeSecurityId = builder.getHrEarnCodeSecurityId();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.createTime = builder.getCreateTime();
  this.userPrincipalId = builder.getUserPrincipalId();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
}
origin: org.kuali.kpme/kpme-core-api

this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
origin: org.kuali.kpme/kpme-pm-api

this.userPrincipalId = builder.getUserPrincipalId();
this.groupKeyCode = builder.getGroupKeyCode();
this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
origin: org.kuali.kpme/kpme-pm-api

  private PositionDepartment(Builder builder) {
//        this.location = builder.getLocation();
    this.pmPositionDeptId = builder.getPmPositionDeptId();
//        this.locationObj = builder.getLocationObj() == null ? null : builder.getLocationObj().build();
    this.deptAfflObj =  builder.getDeptAfflObj() == null ? null : builder.getDeptAfflObj().build();
//        this.institution = builder.getInstitution();
//        this.institutionObj =  builder.getInstitutionObj() == null ? null : builder.getInstitutionObj().build();
    this.groupKeyCode = builder.getGroupKeyCode();
     this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
    this.department = builder.getDepartment();
    this.deptAffl = builder.getDeptAffl();
    this.hrPositionId = builder.getHrPositionId();
    this.effectiveLocalDateOfOwner = builder.getEffectiveLocalDateOfOwner();
    this.versionNumber = builder.getVersionNumber();
    this.objectId = builder.getObjectId();
  }
 
origin: org.kuali.kpme/kpme-tk-lm-api

this.leaveBlockType = builder.getLeaveBlockType();
this.groupKeyCode = builder.getGroupKeyCode();
this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
this.assignmentKey = builder.getAssignmentKey();
this.documentStatus = builder.getDocumentStatus();
origin: org.kuali.kpme/kpme-pm-api

private PstnContractType(Builder builder) {
  this.name = builder.getName();
  this.pmCntrctTypeId = builder.getPmCntrctTypeId();
  this.description = builder.getDescription();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
  this.active = builder.isActive();
  this.id = builder.getId();
  this.effectiveLocalDate = builder.getEffectiveLocalDate();
  this.createTime = builder.getCreateTime();
  this.userPrincipalId = builder.getUserPrincipalId();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
}
origin: org.kuali.kpme/kpme-tk-lm-api

this.tkTimeBlockId = builder.getTkTimeBlockId();
this.groupKeyCode = builder.getGroupKeyCode();
this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
this.timeHourDetails = ModelObjectUtils.buildImmutableCopy(builder.getTimeHourDetails());
this.pushBackward = builder.isPushBackward();
origin: org.kuali.kpme/kpme-tk-lm-api

private ClockLog(Builder builder) {
  this.tkClockLogId = builder.getTkClockLogId();
  this.task = builder.getTask();
  this.clockedByMissedPunch = builder.isClockedByMissedPunch();
  this.unapprovedIP = builder.isUnapprovedIP();
  this.assignmentDescriptionKey = builder.getAssignmentDescriptionKey();
  this.dept = builder.getDept();
  this.clockDateTime = builder.getClockDateTime();
  this.documentId = builder.getDocumentId();
  this.principalId = builder.getPrincipalId();
  this.jobNumber = builder.getJobNumber();
  this.clockAction = builder.getClockAction();
  this.ipAddress = builder.getIpAddress();
  this.userPrincipalId = builder.getUserPrincipalId();
  this.createTime = builder.getCreateTime();
  this.clockTimestampTimezone = builder.getClockTimestampTimezone();
  this.nextValidClockAction = builder.getNextValidClockAction();
  this.job = builder.getJob() == null ? null : builder.getJob().build();
  this.groupKeyCode = builder.getGroupKeyCode();
  this.groupKey = builder.getGroupKey() == null ? null : builder.getGroupKey().build();
  this.workArea = builder.getWorkArea();
  this.versionNumber = builder.getVersionNumber();
  this.objectId = builder.getObjectId();
}
org.kuali.kpme.core.api.groupkeyHrGroupKey$Builderbuild

Popular methods of HrGroupKey$Builder

  • create
  • <init>
  • getCampus
  • getCampusCode
  • getCreateTime
  • getDescription
  • getEffectiveLocalDate
  • getGroupKeyCode
  • getId
  • getInstitution
  • getInstitutionCode
  • getLocation
  • getInstitutionCode,
  • getLocation,
  • getLocationId,
  • getObjectId,
  • getUserPrincipalId,
  • getVersionNumber,
  • isActive,
  • setActive,
  • setCampus

Popular in Java

  • Creating JSON documents from java classes using gson
  • getResourceAsStream (ClassLoader)
  • findViewById (Activity)
  • getApplicationContext (Context)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now