Package org.bedework.convert.jscal
Class BwLocationImpl
java.lang.Object
org.bedework.jsforj.impl.values.JSValueImpl
org.bedework.convert.jscal.BwLocationImpl
- All Implemented Interfaces:
BwJSLocation,org.bedework.jsforj.model.values.JSValue
public class BwLocationImpl
extends org.bedework.jsforj.impl.values.JSValueImpl
implements BwJSLocation
User: mike Date: 10/25/19 Time: 12:45
-
Field Summary
Fields inherited from class org.bedework.jsforj.impl.values.JSValueImpl
factory, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAddr()getCity()getGeo()getLink()getRoom()getState()getUid()getZip()voidsetAccessible(boolean val) voidvoidvoidvoidvoidvoidsetSfield1(String val) voidsetSfield2(String val) voidvoidvoidvoidMethods inherited from class org.bedework.jsforj.impl.values.JSValueImpl
assertArray, assertBooleanNode, assertIntNode, assertObject, assertStringNode, clear, equals, getBooleanProperty, getBooleanValue, getChanged, getFactory, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setMasterCopy, setOwner, setParentProperty, setProperty, setProperty, setProperty, setProperty, setProperty, toString, writeValue, writeValueAsString, writeValueAsStringFormattedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bedework.jsforj.model.values.JSValue
clear, copy, getBooleanProperty, getBooleanValue, getChanged, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setProperty, setProperty, setProperty, setProperty, setProperty, writeValue, writeValueAsString, writeValueAsStringFormatted
-
Constructor Details
-
BwLocationImpl
-
-
Method Details
-
setUid
- Specified by:
setUidin interfaceBwJSLocation
-
getUid
- Specified by:
getUidin interfaceBwJSLocation
-
setAddr
- Specified by:
setAddrin interfaceBwJSLocation
-
getAddr
- Specified by:
getAddrin interfaceBwJSLocation
-
setRoom
- Specified by:
setRoomin interfaceBwJSLocation
-
getRoom
- Specified by:
getRoomin interfaceBwJSLocation
-
setAccessible
public void setAccessible(boolean val) - Specified by:
setAccessiblein interfaceBwJSLocation
-
getAccessible
public boolean getAccessible()- Specified by:
getAccessiblein interfaceBwJSLocation
-
setSfield1
- Specified by:
setSfield1in interfaceBwJSLocation
-
getSfield1
- Specified by:
getSfield1in interfaceBwJSLocation
-
setSfield2
- Specified by:
setSfield2in interfaceBwJSLocation
-
getSfield2
- Specified by:
getSfield2in interfaceBwJSLocation
-
setGeo
- Specified by:
setGeoin interfaceBwJSLocation
-
getGeo
- Specified by:
getGeoin interfaceBwJSLocation
-
setStreet
- Specified by:
setStreetin interfaceBwJSLocation
-
getStreet
- Specified by:
getStreetin interfaceBwJSLocation
-
setCity
- Specified by:
setCityin interfaceBwJSLocation
-
getCity
- Specified by:
getCityin interfaceBwJSLocation
-
setState
- Specified by:
setStatein interfaceBwJSLocation
-
getState
- Specified by:
getStatein interfaceBwJSLocation
-
setZip
- Specified by:
setZipin interfaceBwJSLocation
-
getZip
- Specified by:
getZipin interfaceBwJSLocation
-
setLink
- Specified by:
setLinkin interfaceBwJSLocation
-
getLink
- Specified by:
getLinkin interfaceBwJSLocation
-