public class MemberAttributesDO extends DOBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Class name.
|
static java.lang.String | COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
MemberAttributesDO()
Empty constructor.
|
MemberAttributesDO(java.lang.String memberId, short shMemberType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDOName()
Gets the name of the class.
|
static boolean | isMemberAttribute(java.lang.String astrMemberAttributeName)
Determines if the attribute is a custom attribute defined in the MBRATTR table.
|
TypedProperty | read()
Reads the custom attributes from the database.
|
void | write(TypedProperty tpProperties)
Persists the changes to the database.
|
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public MemberAttributesDO()
public MemberAttributesDO(java.lang.String memberId, short shMemberType)
public static boolean isMemberAttribute(java.lang.String astrMemberAttributeName) throws ECException
public java.lang.String getDOName()
public TypedProperty read() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException, ECException
public void write(TypedProperty tpProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException, ECException