Uses of Interface
com.hammurapi.party.DateEffectiveObject

Packages that use DateEffectiveObject
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of DateEffectiveObject in com.hammurapi.party
 

Subinterfaces of DateEffectiveObject in com.hammurapi.party
 interface Address
          A representation of the model object 'Address'.
 interface ContactInfo
          A representation of the model object 'Contact Info'.
 interface Custom
          A representation of the model object 'Custom'.
 interface EMail
          A representation of the model object 'EMail'.
 interface MatrixRelationship
          A representation of the model object 'Matrix Relationship'.
 interface Phone
          A representation of the model object 'Phone'.
 interface Role
          A representation of the model object 'Role'.
 interface URL
          A representation of the model object 'URL'.
 interface USAddress
          A representation of the model object 'US Address'.
 interface Web
          A representation of the model object 'Web'.
 

Uses of DateEffectiveObject in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement DateEffectiveObject
 class CustomImpl
          An implementation of the model object 'Custom'.
 class EMailImpl
          An implementation of the model object 'EMail'.
 class MatrixRelationshipImpl
          An implementation of the model object 'Matrix Relationship'.
 class PhoneImpl
          An implementation of the model object 'Phone'.
 class RoleImpl
          An implementation of the model object 'Role'.
 class USAddressImpl
          An implementation of the model object 'US Address'.
 class WebImpl
          An implementation of the model object 'Web'.
 

Uses of DateEffectiveObject in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type DateEffectiveObject
 T PartySwitch.caseDateEffectiveObject(DateEffectiveObject object)
          Returns the result of interpreting the object as an instance of 'Date Effective Object'.