Package com.fluig.sdk.api.local
Class LocalVO
- java.lang.Object
-
- com.fluig.sdk.api.local.LocalVO
-
- All Implemented Interfaces:
Serializable
public class LocalVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getExpandables()
List<HolidayVO>
getHolidays()
Long
getId()
double
getLatitude()
List<LocalUserVO>
getLocalUsers()
double
getLongitude()
String
getName()
double
getRadius()
String
getTimezone()
int
hashCode()
boolean
isDefaultLocale()
void
setDefaultLocale(boolean defaultLocale)
void
setExpandables(List<String> expandables)
void
setHolidays(List<HolidayVO> holidays)
void
setId(Long id)
void
setLatitude(double latitude)
void
setLocalUsers(List<LocalUserVO> localUsers)
void
setLongitude(double longitude)
void
setName(String name)
void
setRadius(double radius)
void
setTimezone(String timezone)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTimezone
public String getTimezone()
-
setTimezone
public void setTimezone(String timezone)
-
getLatitude
public double getLatitude()
-
setLatitude
public void setLatitude(double latitude)
-
getLongitude
public double getLongitude()
-
setLongitude
public void setLongitude(double longitude)
-
getRadius
public double getRadius()
-
setRadius
public void setRadius(double radius)
-
isDefaultLocale
public boolean isDefaultLocale()
-
setDefaultLocale
public void setDefaultLocale(boolean defaultLocale)
-
getLocalUsers
public List<LocalUserVO> getLocalUsers()
-
setLocalUsers
public void setLocalUsers(List<LocalUserVO> localUsers)
-
-