|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.RequestMessage net.sf.ofx4j.domain.data.profile.ProfileRequest
public class ProfileRequest
Constructor Summary | |
---|---|
ProfileRequest()
|
Method Summary | |
---|---|
java.util.Date |
getProfileLastUpdated()
The date the profile was last updated. |
ClientRoutingCapability |
getRoutingCapability()
The client routing capability. |
void |
setProfileLastUpdated(java.util.Date profileLastUpdated)
The date the profile was last updated. |
void |
setRoutingCapability(ClientRoutingCapability routingCapability)
The client routing capability. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileRequest()
Method Detail |
---|
public ClientRoutingCapability getRoutingCapability()
public void setRoutingCapability(ClientRoutingCapability routingCapability)
routingCapability
- The client routing capability.public java.util.Date getProfileLastUpdated()
public void setProfileLastUpdated(java.util.Date profileLastUpdated)
profileLastUpdated
- The date the profile was last updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |