java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.MemberAuctionRelationAccessBean
com.ibm.commerce.negotiation.beans.MemberAuctionRelationDataBean
Interfaces to the data members of the MemberAuctionRelationAccessBean.
Field Summary | |
protected java.lang.String | aString |
protected java.lang.String | auctionId |
protected CommandContext | commandContext |
static java.lang.String | COPYRIGHT |
protected java.lang.String | memberId |
protected java.lang.String | relationType |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
MemberAuctionRelationDataBean() Constructs a MemberAuctionRelationDataBean, initializes fields to emptyString. |
|
MemberAuctionRelationDataBean(MemberAuctionRelationAccessBean anAccessBean) Constructs a MemberAuctionRelationDataBean, initializes fields to emptyString. |
Method Summary | |
java.lang.String | getAuctionId() Gets the auctionId. |
CommandContext | getCommandContext() Gets the active commandContext. |
java.lang.String | getMemberId() Gets the memberId. |
java.lang.String | getRelationType() Gets the relationType. |
TypedProperty | getRequestProperties() Gets the value of requestProperties; currently implemented to return null. |
void | populate() Fetches field values from the access bean. |
void | setAuctionId(java.lang.String newAuctionId) Sets the auctionId field and uses it to set the auctionId key field of the access bean. |
void | setCommandContext(CommandContext newCommandContext) Sets the active commandContext. |
void | setMemberId(java.lang.String newMemberId) Sets the memberId. |
void | setRelationType(java.lang.String newRelationType) Sets the relationType, uses it to set key field on the access bean. |
void | setRequestProperties(TypedProperty param) Currently does nothing. |
Methods inherited from class com.ibm.commerce.negotiation.objects.MemberAuctionRelationAccessBean |
commitCopyHelper, defaultJNDIName, findByAuctionIdAndType, fulfills, getAuctionIdInEJBType, getComment, getField1, getField1InEJBType, getField2, getField2InEJBType, getField3, getField3InEJBType, getMemberIdInEJBType, getOwner, getStatus, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAuctionId, setComment, setField1, setField1, setField2, setField2, setField3, setField3, setInitKey_auctionId, setInitKey_memberId, setInitKey_relationType, setMemberId, setStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String aString
protected java.lang.String auctionId
protected java.lang.String memberId
protected java.lang.String relationType
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
Constructor Detail |
public MemberAuctionRelationDataBean()
public MemberAuctionRelationDataBean(MemberAuctionRelationAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public java.lang.String getAuctionId()
public CommandContext getCommandContext()
public java.lang.String getMemberId()
public java.lang.String getRelationType()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setAuctionId(java.lang.String newAuctionId)
public void setCommandContext(CommandContext newCommandContext)
public void setMemberId(java.lang.String newMemberId)
public void setRelationType(java.lang.String newRelationType)
public void setRequestProperties(TypedProperty param)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.