Class Employee


  • @ApiType("SoftLayer_Account_Attachment_Employee")
    public class Employee
    extends Entity
    A SoftLayer_Account_Attachment_Employee models an assignment of a single [[SoftLayer_User_Employee|employee]] with a single [[SoftLayer_Account|account]]
    See Also:
    SoftLayer_Account_Attachment_Employee
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        A [[SoftLayer_Account|account]] that is assigned to a [[SoftLayer_User_Employee|employee]].
      • employee

        @ApiProperty
        protected Employee employee
        A [[SoftLayer_User_Employee|employee]] that is assigned to a [[SoftLayer_Account|account]].
      • employeeRole

        @ApiProperty
        protected Role employeeRole
        A [[SoftLayer_User_Employee|employee]] that is assigned to a [[SoftLayer_Account|account]].
      • roleIdSpecified

        protected boolean roleIdSpecified
    • Constructor Detail

      • Employee

        public Employee()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getEmployee

        public Employee getEmployee()
      • setEmployee

        public void setEmployee​(Employee employee)
      • getEmployeeRole

        public Role getEmployeeRole()
      • setEmployeeRole

        public void setEmployeeRole​(Role employeeRole)
      • getRoleId

        public Long getRoleId()
      • setRoleId

        public void setRoleId​(Long roleId)
      • isRoleIdSpecified

        public boolean isRoleIdSpecified()
      • unsetRoleId

        public void unsetRoleId()