public class UserDemographicsDO extends DOBase
UserSyncBean
to read/write data
from/to the "USERDEMO" database table.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of the class
|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
UserDemographicsDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDOName()
Gets the name of the class.
|
TypedProperty |
read()
Reads the data attributes from the database.
|
void |
write(TypedProperty tpProperties)
Persists the changed properties to the database.
|
getAccessBean, getMemberId, getMemberType, setAccessBean, setMemberId, setMemberType
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public java.lang.String getDOName()
public TypedProperty read() throws javax.persistence.NoResultException, ECException
read
in class DOBase
javax.persistence.NoResultException
ECException
public void write(TypedProperty tpProperties) throws javax.persistence.NoResultException, ECException
write
in class DOBase
tpProperties
- the input properties.javax.persistence.NoResultException
ECException