org.outerj.daisy.repository.commonimpl.schema
Class FieldTypeImpl.IntimateAccess

java.lang.Object
  extended byorg.outerj.daisy.repository.commonimpl.schema.FieldTypeImpl.IntimateAccess
Enclosing class:
FieldTypeImpl

public class FieldTypeImpl.IntimateAccess
extends java.lang.Object


Method Summary
 AuthenticatedUser getCurrentModifier()
           
 long getDescriptionId()
           
 LocaleMap getDescriptions()
           
 long getLabelId()
           
 LocaleMap getLabels()
           
 void saved()
          method to be called from storestrategy after state of this object has been persisted
 void setDescriptionId(long descriptionId)
           
 void setId(long id)
           
 void setLabelId(long labelId)
           
 void setLastModified(java.util.Date lastModified)
           
 void setLastModifier(long lastModifier)
           
 void setSelectionList(org.outerj.daisy.repository.schema.SelectionList selList)
           
 void setSize(int size)
           
 void setUpdateCount(long updateCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabelId

public long getLabelId()

setLabelId

public void setLabelId(long labelId)

getDescriptionId

public long getDescriptionId()

setDescriptionId

public void setDescriptionId(long descriptionId)

getCurrentModifier

public AuthenticatedUser getCurrentModifier()

getLabels

public LocaleMap getLabels()

getDescriptions

public LocaleMap getDescriptions()

setLastModified

public void setLastModified(java.util.Date lastModified)

setLastModifier

public void setLastModifier(long lastModifier)

setId

public void setId(long id)

setUpdateCount

public void setUpdateCount(long updateCount)

saved

public void saved()
method to be called from storestrategy after state of this object has been persisted


setSize

public void setSize(int size)

setSelectionList

public void setSelectionList(org.outerj.daisy.repository.schema.SelectionList selList)


Copyright © -2005 . All Rights Reserved.