|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.simpleclient.PayloadDescriptor
public class PayloadDescriptor
Payload list data item bean. This contains the results from a data row from the GetPayload list transaction.
| Constructor Summary | |
|---|---|
PayloadDescriptor(com.bigllc.retsiq.api.RetsPayload payload)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
The class name that the payload can be used on. |
java.lang.String |
getDescription()
The description of the payload. |
java.lang.String |
getMetadataEntryId()
The metadata entry id for the payload. |
java.lang.String |
getPayloadName()
The pay load name to be used in a payload search. |
java.lang.String |
getResourceId()
The resource id that the payload can be used on. |
java.lang.String |
getUri()
The uri for the payload definition (we think). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayloadDescriptor(com.bigllc.retsiq.api.RetsPayload payload)
| Method Detail |
|---|
public java.lang.String getPayloadName()
public java.lang.String getResourceId()
public java.lang.String getClassName()
public java.lang.String getDescription()
public java.lang.String getUri()
public java.lang.String getMetadataEntryId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||