public class HubData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
changeCount
Counter that is incremented on: add(), insert(), remove(), setting shared hub,
remove(), move(), sort(), select().
|
protected boolean |
changed |
protected HubDatax |
hubDatax |
protected Class |
objClass
Class of objects in this Hub
|
protected Vector |
vector |
Constructor and Description |
---|
HubData(Class objClass) |
HubData(Class objClass,
int size)
Constructor that supplies params for sizing Vector.
|
HubData(Class objClass,
int size,
int incrementSize) |
protected volatile Class objClass
protected transient Vector vector
protected transient volatile int changeCount
This is used by OA.JSP components to know if a frame should be updated. See com.viaoa.html.OATable.
protected volatile boolean changed
protected transient volatile HubDatax hubDatax
public HubData(Class objClass, int size)
public HubData(Class objClass)
public HubData(Class objClass, int size, int incrementSize)
public Vector getVecAdd()
public void setVecAdd(Vector vecAdd)
public Vector getVecRemove()
public void setVecRemove(Vector vecRemove)
public String getSortProperty()
public void setSortProperty(String sortProperty)
public boolean isSortAsc()
public void setSortAsc(boolean sortAsc)
public HubSortListener getSortListener()
public void setSortListener(HubSortListener sortListener)
public OASelect getSelect()
public void setSelect(OASelect select)
public boolean isRefresh()
public void setRefresh(boolean refresh)
public boolean isLoadingAllData()
public void setLoadingAllData(boolean loadingAllData)
public boolean isSelectAllHub()
public void setSelectAllHub(boolean bSelectAllHub)
public String getUniqueProperty()
public void setUniqueProperty(String uniqueProperty)
public Method getUniquePropertyGetMethod()
public void setUniquePropertyGetMethod(Method uniquePropertyGetMethod)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public Hashtable getHashProperty()
public void setHashProperty(Hashtable hashProperty)
public OAObjectInfo getObjectInfo()
public void setObjectInfo(OAObjectInfo objectInfo)
public HubAutoSequence getAutoSequence()
public void setAutoSequence(HubAutoSequence autoSequence)
public HubAutoMatch getAutoMatch()
public void setAutoMatch(HubAutoMatch autoMatch)
public boolean isOAObjectFlag()
public void setOAObjectFlag(boolean oaObjectFlag)
public boolean isDupAllowAddRemove()
public void setDupAllowAddRemove(boolean dupAllowAddRemove)
public boolean getTrackChanges()
HubDataMaster.getTrackChanges()
public void setTrackChanges(boolean bTrackChanges)
Copyright © 1999–2019 ViaOA. All rights reserved.