com.hack23.cia.model.api.sweden.configuration
Interface ParliamentRole

Package class diagram package ParliamentRole
All Superinterfaces:
ModelObject, PersistedModelObject, Role, Serializable
All Known Subinterfaces:
ParliamentMemberData
All Known Implementing Classes:
ParliamentMember

public interface ParliamentRole
extends Role

The Interface ParliamentRole.


Method Summary
Modifier and Type Method and Description
 Date getEndDate()
          Gets the end date.
 Date getStartDate()
          Gets the start date.
 
Methods inherited from interface com.hack23.cia.model.api.common.Role
getActor, setActor
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, getVersion, isNew, setId, setVersion
 

Method Detail

getEndDate

Date getEndDate()
Gets the end date.

Returns:
the end date

getStartDate

Date getStartDate()
Gets the start date.

Returns:
the start date


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.