public class MemberAuctionRelationListBean extends NegotiationListBean implements MemberAuctionRelationListInputDataBean
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | aString |
protected java.lang.String | auctionId |
static java.lang.String | COPYRIGHT |
protected MemberAuctionRelationDataBean[] | fMemberAuctionRelations |
protected java.lang.String | memberId |
protected java.lang.String | relationType |
Constructor and Description |
---|
MemberAuctionRelationListBean()
MemberAuctionRelationListBean() Constructs MemberAuctionRelationListBean, initializes fields to emptyString.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAuctionId()
Gets the auction ID.
|
MemberAuctionRelationDataBean[] | getMemberAuctionRelations()
Gets a sorted list of MemberAuctionRelationDataBean objects.
|
java.lang.String | getMemberId()
Gets the member ID.
|
java.lang.String | getOwnerId()
Gets the value of the owner ID field; currently implemented to return null.
|
java.lang.String | getRelationType()
Gets the relation type.
|
void | populate()
Looks up a sorted list of MemberAuctionRelationAccessBean, then populates an array of MemberAuctionRelationDataBean objects from the list entries.
|
void | setAuctionId(java.lang.String newAuctionId)
Sets the auction ID.
|
void | setMemberAuctionRelations(MemberAuctionRelationDataBean[] newMemberAuctionRelations)
Loads the array of MemberAuctionRelationDataBean.
|
void | setMemberId(java.lang.String newMemberId)
Sets the member ID.
|
void | setRelationType(java.lang.String newRelationType)
Sets the relation type.
|
protected java.lang.String aString
protected java.lang.String auctionId
protected java.lang.String memberId
protected java.lang.String relationType
protected MemberAuctionRelationDataBean[] fMemberAuctionRelations
public static final java.lang.String COPYRIGHT
public MemberAuctionRelationListBean()
public java.lang.String getAuctionId()
public MemberAuctionRelationDataBean[] getMemberAuctionRelations()
public java.lang.String getMemberId()
public java.lang.String getOwnerId()
public java.lang.String getRelationType()
public void populate() throws java.lang.Exception
public void setAuctionId(java.lang.String newAuctionId)
public void setMemberAuctionRelations(MemberAuctionRelationDataBean[] newMemberAuctionRelations)
public void setMemberId(java.lang.String newMemberId)
public void setRelationType(java.lang.String newRelationType)