@Entity public abstract class UddiEntity extends Object implements Comparable<UddiEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
authorizedName |
protected Date |
created |
protected String |
entityKey |
protected Date |
modified |
protected Date |
modifiedIncludingChildren |
protected String |
nodeId |
protected boolean |
xfer |
Constructor and Description |
---|
UddiEntity() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UddiEntity o) |
String |
getAuthorizedName() |
Date |
getCreated() |
String |
getEntityKey() |
boolean |
getIsTransferInProgress() |
Date |
getModified() |
Date |
getModifiedIncludingChildren() |
String |
getNodeId()
As of 3.2, node_id is a required field
|
void |
setAuthorizedName(String authorizedName) |
void |
setCreated(Date created) |
void |
setEntityKey(String entityKey) |
void |
setIsTransferInProgress(boolean b) |
void |
setModified(Date modified) |
void |
setModifiedIncludingChildren(Date modifiedIncludingChildren) |
void |
setNodeId(String nodeId) |
protected String entityKey
protected Date created
protected Date modified
protected Date modifiedIncludingChildren
protected String nodeId
protected String authorizedName
protected boolean xfer
public String getEntityKey()
public void setEntityKey(String entityKey)
public Date getCreated()
public void setCreated(Date created)
public Date getModified()
public void setModified(Date modified)
public Date getModifiedIncludingChildren()
public void setModifiedIncludingChildren(Date modifiedIncludingChildren)
public String getNodeId()
public void setNodeId(String nodeId)
public String getAuthorizedName()
public void setAuthorizedName(String authorizedName)
public int compareTo(UddiEntity o)
compareTo
in interface Comparable<UddiEntity>
public void setIsTransferInProgress(boolean b)
public boolean getIsTransferInProgress()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.