com.hack23.cia.service.api.content
Class ParliamentMemberRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.content.AbstractContentRequest
com.hack23.cia.service.api.content.ParliamentMemberRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class ParliamentMemberRequest
extends AbstractContentRequest
The Class ParliamentMemberRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParliamentMemberRequest
public ParliamentMemberRequest(Long userSessionId,
Long parliamentMemberId)
- Instantiates a new parliament member request.
- Parameters:
userSessionId
- the user session idparliamentMemberId
- the parliament member id
getParliamentMemberId
public final Long getParliamentMemberId()
- Gets the parliament member id.
- Returns:
- the parliament member id
Copyright © 2008-2010 www.hack23.com. All Rights Reserved.