Class KimTypeAttributeBo

java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.kim.impl.type.KimTypeAttributeBo
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, KimTypeAttributeContract

@Entity public class KimTypeAttributeBo extends DataObjectBase implements KimTypeAttributeContract
See Also:
  • Constructor Details

    • KimTypeAttributeBo

      public KimTypeAttributeBo()
  • Method Details

    • to

      public static KimTypeAttribute to(KimTypeAttributeBo bo)
      Converts a mutable bo to its immutable counterpart
      Parameters:
      bo - the mutable business object
      Returns:
      the immutable object
    • from

      public static KimTypeAttributeBo from(KimTypeAttribute im)
      Converts a immutable object to its mutable counterpart
      Parameters:
      im - immutable object
      Returns:
      the mutable bo
    • getKimAttribute

      public KimAttributeBo getKimAttribute()
      Specified by:
      getKimAttribute in interface KimTypeAttributeContract
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • setId

      public void setId(String id)
    • getSortCode

      public String getSortCode()
      Specified by:
      getSortCode in interface KimTypeAttributeContract
    • setSortCode

      public void setSortCode(String sortCode)
    • getKimAttributeId

      public String getKimAttributeId()
    • setKimAttributeId

      public void setKimAttributeId(String kimAttributeId)
    • setKimAttribute

      public void setKimAttribute(KimAttributeBo kimAttribute)
    • getKimTypeId

      public String getKimTypeId()
      Specified by:
      getKimTypeId in interface KimTypeAttributeContract
    • setKimTypeId

      public void setKimTypeId(String kimTypeId)
    • getActive

      public boolean getActive()
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • setActive

      public void setActive(boolean active)