com.tek42.perforce.model
Class Label
java.lang.Object
com.tek42.perforce.model.AbstractViewsSupport
com.tek42.perforce.model.Label
- All Implemented Interfaces:
- java.io.Serializable
public class Label
- extends AbstractViewsSupport
- implements java.io.Serializable
Represents a Perforce Label.
- Author:
- Mike Wille
- See Also:
- Serialized Form
|
Constructor Summary |
Label()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Label
public Label()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getUpdate
public java.lang.String getUpdate()
- Returns:
- the update
setUpdate
public void setUpdate(java.lang.String update)
- Parameters:
update - the update to set
getAccess
public java.lang.String getAccess()
- Returns:
- the access
setAccess
public void setAccess(java.lang.String access)
- Parameters:
access - the access to set
getOwner
public java.lang.String getOwner()
- Returns:
- the owner
setOwner
public void setOwner(java.lang.String owner)
- Parameters:
owner - the owner to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getOptions
public java.lang.String getOptions()
- Returns:
- the options
setOptions
public void setOptions(java.lang.String options)
- Parameters:
options - the options to set
getRevision
public java.lang.String getRevision()
- Returns:
- the revision
setRevision
public void setRevision(java.lang.String revision)
- Parameters:
revision - the revision to set
Copyright © 2009. All Rights Reserved.