org.apache.ws.jaxme.pm.ino

Interface InoObject

public interface InoObject extends JMElement

Interface of a document stored in Tamino.

Author: Jochen Wiedmann

Method Summary
StringgetInoDocname()
Returns the objects document name.
StringgetInoId()
Returns the objects ino:id.
voidsetInoDocname(String pDocname)
Sets the objects document name.
voidsetInoId(String pId)
Sets the objects ino:id.

Method Detail

getInoDocname

public String getInoDocname()
Returns the objects document name. May be null, because a document is typically not required.

getInoId

public String getInoId()
Returns the objects ino:id. May be null, because an ino:id is no longer required nowadays.

setInoDocname

public void setInoDocname(String pDocname)
Sets the objects document name. May be null, because a document is typically not required.

setInoId

public void setInoId(String pId)
Sets the objects ino:id. May be null, because an ino:id is no longer required nowadays.