org.apache.juddi.model
Class ObjectTypeContent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTypeContent
public ObjectTypeContent()
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.