public abstract class DataElement extends Object implements DataElementVisitable
| Modifier and Type | Class and Description |
|---|---|
static class |
DataElement.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
DataElement(DataElement.Type inType) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getDescription() |
String |
getDisplayName() |
Long |
getId() |
String |
getKey() |
Date |
getLastModified() |
DataElement.Type |
getType() |
Long |
getUserId() |
boolean |
isInSystem() |
boolean |
isInternalNode() |
boolean |
isSummarized() |
void |
setCreated(Date created) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(Long id) |
void |
setInSystem(boolean inSystem) |
void |
setInternalNode(boolean internalNode) |
void |
setKey(String key) |
void |
setLastModified(Date lastModified) |
void |
setSummarized(boolean summarized) |
void |
setUserId(Long userId) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptprotected DataElement(DataElement.Type inType)
public Long getId()
public void setId(Long id)
public String getKey()
public void setKey(String key)
public Long getUserId()
public void setUserId(Long userId)
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
public boolean isInSystem()
public void setInSystem(boolean inSystem)
public Date getCreated()
public void setCreated(Date created)
public Date getLastModified()
public void setLastModified(Date lastModified)
public boolean isSummarized()
public void setSummarized(boolean summarized)
public boolean isInternalNode()
public void setInternalNode(boolean internalNode)
public DataElement.Type getType()
Copyright © 2012–2016 Emory University. All rights reserved.