jp.go.nict.langrid.dao
クラス NodeForList
java.lang.Object
jp.go.nict.langrid.dao.NodeForList
- すべての実装されたインタフェース:
- Serializable
public class NodeForList
- extends Object
- implements Serializable
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeForList
public NodeForList()
NodeForList
public NodeForList(Calendar createdDateTime,
Calendar updatedDateTime,
String gridId,
String nodeId,
String nodeName,
String url,
String ownerUserId,
String organizationName,
boolean active)
getCreatedDateTime
public Calendar getCreatedDateTime()
getUpdatedDateTime
public Calendar getUpdatedDateTime()
getGridId
public String getGridId()
getNodeId
public String getNodeId()
getNodeName
public String getNodeName()
getUrl
public String getUrl()
getOwnerUserId
public String getOwnerUserId()
getOrganizationName
public String getOrganizationName()
isActive
public boolean isActive()