public class Pojo extends Object implements Serializable
See model OABuilderPojo.obx
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<PojoLink> |
alPojoLinks |
protected CopyOnWriteArrayList<PojoRegularProperty> |
alPojoRegularProperties |
protected String |
name |
Constructor and Description |
---|
Pojo() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
CopyOnWriteArrayList<PojoLink> |
getPojoLinks() |
CopyOnWriteArrayList<PojoRegularProperty> |
getPojoRegularProperties() |
void |
setName(String newValue) |
void |
setPojoLinks(List<PojoLink> list) |
void |
setPojoRegularProperties(List<PojoRegularProperty> list) |
String |
toString() |
protected volatile String name
protected volatile CopyOnWriteArrayList<PojoLink> alPojoLinks
protected volatile CopyOnWriteArrayList<PojoRegularProperty> alPojoRegularProperties
public String getName()
public void setName(String newValue)
public CopyOnWriteArrayList<PojoLink> getPojoLinks()
public CopyOnWriteArrayList<PojoRegularProperty> getPojoRegularProperties()
public void setPojoRegularProperties(List<PojoRegularProperty> list)
Copyright © 1999–2025 ViaOA. All rights reserved.