|
SAS Data Integration Studio 4.3 Version Control Plugin Reference |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sas.workspace.plugins.ArchiveInfo
public class ArchiveInfo
The ArchiveInfo object is used to represent a single archive created by the Version Control Plugin's archive process.
| Field Summary | |
|---|---|
java.util.List<PathUrl> |
containedObjects
the contents of the archive |
java.util.Date |
date
the date the archive was created |
java.lang.String |
description
a description of the archive |
java.lang.String |
name
the name of the archive |
java.lang.String |
userID
the user who created the archive |
java.lang.String |
version
the version of the archive |
| Constructor Summary | |
|---|---|
ArchiveInfo()
Creates a new ArchiveInfo object but leaves all fields uninitialized. |
|
ArchiveInfo(java.lang.String name,
java.lang.String description,
java.lang.String userID,
java.util.Date date,
java.lang.String version,
java.util.List<PathUrl> containedObjects)
Creates a new ArchiveInfo object and initializes all fields. |
|
| Method Summary | |
|---|---|
java.util.List<PathUrl> |
getContainedObjects()
Returns a list of PathUrl objects, each representing one metadata object contained by this ArchiveInfo object. |
java.util.Date |
getDate()
Gets the Date that the archive represented by this ArchiveInfo object was created. |
java.lang.String |
getDescription()
Gets the description of this ArchiveInfo. |
java.lang.String |
getName()
Gets the name of the archive, originally specified by the user during the archive process. |
java.lang.String |
getUserID()
Gets the String representing the user who initially created the archive. |
java.lang.String |
getVersion()
Gets the version of this ArchiveInfo. |
void |
setContainedObjects(java.util.List<PathUrl> containedObjects)
Sets the list of PathUrl objects that represent the location (in metadata) of the objects contained within this ArchiveInfo. |
void |
setDate(java.util.Date date)
Sets the Date that the archive represented by this ArchiveInfo object was created. |
void |
setDescription(java.lang.String description)
Sets the description of this ArchiveInfo. |
void |
setName(java.lang.String name)
Sets the name of the archive, originally specified by the user during the archive process. |
void |
setUserID(java.lang.String userID)
Sets the String representing the user who initially created the archive. |
void |
setVersion(java.lang.String version)
Sets the version of this ArchiveInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String description
public java.lang.String userID
public java.util.Date date
public java.lang.String version
public java.util.List<PathUrl> containedObjects
| Constructor Detail |
|---|
public ArchiveInfo()
public ArchiveInfo(java.lang.String name,
java.lang.String description,
java.lang.String userID,
java.util.Date date,
java.lang.String version,
java.util.List<PathUrl> containedObjects)
name - the name of the archivedescription - a description of the archiveuserID - the user who created the archivedate - the date the archive was createdversion - the version of the archivecontainedObjects - the contents of the archive| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the archivepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - a String describing the contents of this ArchiveInfo.public java.lang.String getUserID()
public void setUserID(java.lang.String userID)
userID - a String that is a unique representation of the user who
created the archive.public java.util.Date getDate()
public void setDate(java.util.Date date)
date - the Date this ArchiveInfo was originally created.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - a String representation of the version of this archive.
This may or may not be numeric data, depending on the specific version
control system.public java.util.List<PathUrl> getContainedObjects()
public void setContainedObjects(java.util.List<PathUrl> containedObjects)
containedObjects - the list of PathUrl objects, where each
PathUrl is the location (in metadata) of an object in this ArchiveInfo
|
SAS Data Integration Studio 4.3 Version Control Plugin Reference |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||