net.sf.exorcist.midgard
Class MidgardObjectInfo

java.lang.Object
  extended by net.sf.exorcist.midgard.MidgardObjectInfo

public class MidgardObjectInfo
extends java.lang.Object


Constructor Summary
MidgardObjectInfo()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.util.Date getChanged()
           
 java.lang.String getGuid()
           
 int getId()
           
 java.lang.String getLocked()
           
 MidgardType getType()
           
 java.util.Date getUpdated()
           
 void setAuthor(java.lang.String author)
           
 void setChanged(java.util.Date changed)
           
 void setGuid(java.lang.String guid)
           
 void setId(int id)
           
 void setLocked(java.lang.String locked)
           
 void setType(MidgardType type)
           
 void setUpdated(java.util.Date updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidgardObjectInfo

public MidgardObjectInfo()
Method Detail

getAuthor

public java.lang.String getAuthor()
Returns:
Returns the author.

setAuthor

public void setAuthor(java.lang.String author)
Parameters:
author - The author to set.

getChanged

public java.util.Date getChanged()
Returns:
Returns the changed.

setChanged

public void setChanged(java.util.Date changed)
Parameters:
changed - The changed to set.

getGuid

public java.lang.String getGuid()
Returns:
Returns the guid.

setGuid

public void setGuid(java.lang.String guid)
Parameters:
guid - The guid to set.

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int id)
Parameters:
id - The id to set.

getLocked

public java.lang.String getLocked()
Returns:
Returns the locked.

setLocked

public void setLocked(java.lang.String locked)
Parameters:
locked - The locked to set.

getType

public MidgardType getType()
Returns:
Returns the type.

setType

public void setType(MidgardType type)
Parameters:
type - The type to set.

getUpdated

public java.util.Date getUpdated()
Returns:
Returns the updated.

setUpdated

public void setUpdated(java.util.Date updated)
Parameters:
updated - The updated to set.


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.