Class OccupyUnit

java.lang.Object
org.openurp.edu.room.domain.OccupyUnit

public final class OccupyUnit extends Object
  • Field Details

    • usage

      protected final ActivityType usage
      用途
    • userid

      protected final Long userid
      使用者
    • comment

      protected String comment
      说明
  • Constructor Details

  • Method Details

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getRooms

      public Collection<Room> getRooms()
    • getUnits

      public org.beangle.orm.hibernate.udt.WeekTime[] getUnits()
    • getUsage

      public ActivityType getUsage()
    • getUserid

      public Long getUserid()