org.apache.juddi.model
Class UddiEntity
java.lang.Object
org.apache.juddi.model.UddiEntity
- All Implemented Interfaces:
- Comparable<UddiEntity>
- Direct Known Subclasses:
- BindingTemplate, BusinessEntity, BusinessService, Tmodel
public abstract class UddiEntity
- extends Object
- implements Comparable<UddiEntity>
- Author:
- Jeff Faath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityKey
protected String entityKey
created
protected Date created
modified
protected Date modified
modifiedIncludingChildren
protected Date modifiedIncludingChildren
nodeId
protected String nodeId
authorizedName
protected String authorizedName
UddiEntity
public UddiEntity()
getEntityKey
public String getEntityKey()
setEntityKey
public void setEntityKey(String entityKey)
getCreated
public Date getCreated()
setCreated
public void setCreated(Date created)
getModified
public Date getModified()
setModified
public void setModified(Date modified)
getModifiedIncludingChildren
public Date getModifiedIncludingChildren()
setModifiedIncludingChildren
public void setModifiedIncludingChildren(Date modifiedIncludingChildren)
getNodeId
public String getNodeId()
setNodeId
public void setNodeId(String nodeId)
getAuthorizedName
public String getAuthorizedName()
setAuthorizedName
public void setAuthorizedName(String authorizedName)
compareTo
public int compareTo(UddiEntity o)
- Specified by:
compareTo
in interface Comparable<UddiEntity>
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.