org.apache.juddi.model
Class UddiEntity

java.lang.Object
  extended by 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

Field Summary
protected  String authorizedName
           
protected  Date created
           
protected  String entityKey
           
protected  Date modified
           
protected  Date modifiedIncludingChildren
           
protected  String nodeId
           
 
Constructor Summary
UddiEntity()
           
 
Method Summary
 int compareTo(UddiEntity o)
           
 String getAuthorizedName()
           
 Date getCreated()
           
 String getEntityKey()
           
 Date getModified()
           
 Date getModifiedIncludingChildren()
           
 String getNodeId()
           
 void setAuthorizedName(String authorizedName)
           
 void setCreated(Date created)
           
 void setEntityKey(String entityKey)
           
 void setModified(Date modified)
           
 void setModifiedIncludingChildren(Date modifiedIncludingChildren)
           
 void setNodeId(String nodeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityKey

protected String entityKey

created

protected Date created

modified

protected Date modified

modifiedIncludingChildren

protected Date modifiedIncludingChildren

nodeId

protected String nodeId

authorizedName

protected String authorizedName
Constructor Detail

UddiEntity

public UddiEntity()
Method Detail

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.