org.kuali.ole.patron.api
Class OleAddressDefinition

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.ole.patron.api.OleAddressDefinition
All Implemented Interfaces:
Serializable, OleAddressContract, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete

public class OleAddressDefinition
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements OleAddressContract

Created with IntelliJ IDEA. User: ? Date: 5/24/12 Time: 8:26 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Nested Class Summary
static class OleAddressDefinition.Builder
           
static class OleAddressDefinition.Cache
           
 
Constructor Summary
OleAddressDefinition()
           
 
Method Summary
 Date getAddressValidFrom()
           
 Date getAddressValidTo()
           
 org.kuali.rice.kim.api.identity.address.EntityAddress getEntityAddress()
           
 String getId()
           
 String getOleAddressId()
           
 String getOlePatronId()
           
static long getSerialVersionUID()
           
 Long getVersionNumber()
           
 boolean isAddressVerified()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OleAddressDefinition

public OleAddressDefinition()
Method Detail

getOleAddressId

public String getOleAddressId()
Specified by:
getOleAddressId in interface OleAddressContract

isAddressVerified

public boolean isAddressVerified()
Specified by:
isAddressVerified in interface OleAddressContract

getSerialVersionUID

public static long getSerialVersionUID()

getOlePatronId

public String getOlePatronId()
Specified by:
getOlePatronId in interface OleAddressContract

getAddressValidFrom

public Date getAddressValidFrom()
Specified by:
getAddressValidFrom in interface OleAddressContract

getAddressValidTo

public Date getAddressValidTo()
Specified by:
getAddressValidTo in interface OleAddressContract

getEntityAddress

public org.kuali.rice.kim.api.identity.address.EntityAddress getEntityAddress()
Specified by:
getEntityAddress in interface OleAddressContract

getVersionNumber

public Long getVersionNumber()
Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned

getId

public String getId()
Specified by:
getId in interface OleAddressContract
Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.