uk.ac.kcl.cch.jb.pliny.model
Interface IHasLoType

All Superinterfaces:
IAuthorityListItem
All Known Implementing Classes:
Link, LinkableObject

public interface IHasLoType
extends IAuthorityListItem

announces that the model data has a LOType value, and defines the method names used to access them. This is needed because two rather different model records both have LOTypes, and some Pliny code needs to deal with a mix of both kinds.

Author:
John Bradley

Method Summary
 LOType getLoType()
           
 void setLoType(LOType item)
           
 
Methods inherited from interface uk.ac.kcl.cch.rdb2java.dynData.IAuthorityListItem
getALID, getALItem
 

Method Detail

getLoType

public LOType getLoType()

setLoType

public void setLoType(LOType item)