org.apache.juddi.model
Class ObjectTypeContent

java.lang.Object
  extended by org.apache.juddi.model.ObjectTypeContent
All Implemented Interfaces:
java.io.Serializable

public class ObjectTypeContent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ObjectTypeContent()
           
 
Method Summary
 byte[] getContent()
           
 java.lang.Long getId()
           
 ObjectType getObjectType()
           
 void setContent(byte[] content)
           
 void setId(java.lang.Long id)
           
 void setObjectType(ObjectType objectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeContent

public ObjectTypeContent()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getObjectType

public ObjectType getObjectType()

setObjectType

public void setObjectType(ObjectType objectType)

getContent

public byte[] getContent()

setContent

public void setContent(byte[] content)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.