• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

classes/Calendar/class.ilAppointment.php

Go to the documentation of this file.
00001 <?php
00002 
00013 class ilAppointment
00014 {
00015         var $access;
00016         var $appointmentId;
00017         var $appointmentUnionId;
00018         var $category;
00019         var $categoryID;
00020         var $description;
00021         var $duration;
00022         var $priorityId;
00023         var $priority;
00024         var $startTimestamp;
00025         var $term;
00026         var $ownerId;
00027         var $userId;
00028         var $location;
00029         var $serial;
00030         var $ser_type;
00031         var $ser_days;
00032         var $ser_stop;
00033         
00034         function getAccess() {
00035                 return $this->access;
00036         }
00037         
00038         function getAppointmentId() {
00039                 return $this->appointmentId;
00040         }
00041         
00042         function getAppointmentUnionId() {
00043                 return $this->appointmentUnionId;
00044         }
00045         
00046         function getCategory() {
00047                 return $this->category; 
00048         }
00049         
00050         function getCategoryId() {
00051                 return $this->categoryId;       
00052         }
00053         
00054         function getDescription() {
00055                 return $this->description;      
00056         }
00057         
00058         function getDuration() {
00059                 return $this->duration; 
00060         }
00061         
00062         function getPriorityId() {
00063                 return $this->priorityId;       
00064         }
00065         
00066         function getPriority() {
00067                 return $this->priority; 
00068         }
00069         
00070         function getStartTimestamp() {
00071                 return $this->startTimestamp;
00072         }
00073         
00074         function getTerm() {
00075                 return $this->term;     
00076         }
00077         
00078         function getLocation() {
00079                 return $this->location; 
00080         }
00081         
00082         function getSerial() {
00083                 return $this->serial;   
00084         }
00085         
00086         function getSer_type() {
00087                 return $this->ser_type; 
00088         }
00089         
00090         function getSer_days() {
00091                 return $this->ser_days; 
00092         }
00093 
00094         function getSer_stop() {
00095                 return $this->ser_stop; 
00096         }
00097         
00098         function getOwnerId() {
00099                 return $this->ownerId;
00100         }
00101         
00102         function getUserId() {
00103                 return $this->userId;
00104         }
00105         
00106         function setAccess($thisAccess) {
00107                 $this->access = $thisAccess; 
00108         }
00109         
00110         function setAppointmentId($thisAppointmentId) {
00111                 $this->appointmentId = $thisAppointmentId;      
00112         }
00113         
00114         function setAppointmentUnionId($thisAppointmentUnionId) {
00115                 $this->appointmentUnionId = $thisAppointmentUnionId;    
00116         }
00117         
00118         function setCategory($thisCategory) {
00119                 $this->category = $thisCategory;        
00120         }
00121         
00122         function setCategoryId($thisCategoryId) {
00123                 $this->categoryId = $thisCategoryId;    
00124         }
00125         
00126         function setDescription($thisDescription) {
00127                 $this->description = $thisDescription;          
00128         }
00129 
00130         function setDuration($thisDuration) {
00131                 $this->duration = $thisDuration;        
00132         }
00133         
00134         function setPriorityId($thisPriorityId) {
00135                 $this->priorityId = $thisPriorityId;            
00136         }
00137         
00138         function setPriority($thisPriority) {
00139                 $this->priority = $thisPriority;                
00140         }
00141         
00142         function setStartTimestamp($thisStartTimestamp) {
00143                 $this->startTimestamp = $thisStartTimestamp;    
00144         }
00145         
00146         function setTerm($thisTerm) {
00147                 $this->term = $thisTerm;        
00148         }
00149         
00150         function setLocation($thisLocation) {
00151                 $this->location = $thisLocation;
00152         }
00153         
00154         function setSerial($thisSerial) {
00155                 $this->serial = $thisSerial;            
00156         }
00157         
00158         function setSer_type($thisSer_type) {
00159                 $this->ser_type = $thisSer_type;                
00160         }
00161         
00162         function setSer_days($thisSer_days) {
00163                 $this->ser_days = $thisSer_days;                
00164         }
00165         
00166         function setSer_stop($thisSer_stop) {
00167                 $this->ser_stop = $thisSer_stop;                
00168         }
00169         
00170         function setOwnerId($thisOwnerId) {
00171                 $this->ownerId = $thisOwnerId;
00172         }
00173         
00174         function setUserId($thisUserId) {
00175                 $this->userId = $thisUserId;
00176         }
00177 }
00178 
00179 ?>

Generated on Fri Dec 13 2013 09:06:33 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1