| Constructor and Description | 
|---|
Library()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCampusCode()
Gets the campusCode for this  
Library. | 
Long | 
getId()
Gets the id for this  
Library. | 
LibraryContactDetail | 
getLibraryContactDetail()
Gets the libraryContactDetail for this  
Library. | 
String | 
getName()
Gets the name for this  
Library. | 
int | 
getOrder()
Gets the order for this  
Library. | 
boolean | 
isActive()
Gets the active for this  
Library. | 
void | 
setActive(boolean active)
Sets the active for this  
Library. | 
void | 
setCampusCode(String campusCode)
Sets the campusCode for this  
Library. | 
void | 
setId(Long id)
Sets the id for this  
Library. | 
void | 
setLibraryContactDetail(LibraryContactDetail libraryContactDetail)
Sets the libraryContactDetail for this  
Library. | 
void | 
setName(String name)
Sets the name for this  
Library. | 
void | 
setOrder(int order)
Sets the order for this  
Library. | 
public Library()
public void setName(String name)
Library.name - the name to setpublic int getOrder()
Library.public void setOrder(int order)
Library.order - the order to setpublic String getCampusCode()
Library.public void setCampusCode(String campusCode)
Library.campusCode - the campusCode to setpublic LibraryContactDetail getLibraryContactDetail()
Library.public void setLibraryContactDetail(LibraryContactDetail libraryContactDetail)
Library.libraryContactDetail - the libraryContactDetail to setpublic boolean isActive()
Library.public void setActive(boolean active)
Library.active - the active to set.Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.