Package com.fluig.sdk.api.workflow
Class BPMLocalVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.BPMLocalVO
-
- All Implemented Interfaces:
Serializable
public class BPMLocalVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMLocalVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getDefaultLocale()
Long
getId()
Double
getLatitude()
Double
getLongitude()
String
getName()
Double
getRadius()
String
getTimezone()
void
setDefaultLocale(Boolean defaultLocale)
void
setId(Long id)
void
setLatitude(Double latitude)
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)
-
getDefaultLocale
public Boolean getDefaultLocale()
-
setDefaultLocale
public void setDefaultLocale(Boolean defaultLocale)
-
-