public class Space extends BaseObject
Constructor and Description |
---|
Space() |
Modifier and Type | Method and Description |
---|---|
Site |
getSite() |
Long |
getSiteId() |
String |
getType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setSite(Site site) |
void |
setSiteId(Long siteId) |
void |
setType(String type) |
equals, getCode, getExternalName, getId, getInstitutionCode, getShortName, hashCode, setCode, setExternalName, setId, setInstitutionCode, setShortName, toString
public boolean isActive()
public void setActive(boolean active)
public Site getSite()
public void setSite(Site site)
public Long getSiteId()
public void setSiteId(Long siteId)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.