com.tek42.perforce.model
Class Label
java.lang.Object
com.tek42.perforce.model.AbstractViewsSupport
com.tek42.perforce.model.Label
- All Implemented Interfaces:
- Serializable
public class Label
- extends AbstractViewsSupport
- implements 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 String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getUpdate
public String getUpdate()
- Returns:
- the update
setUpdate
public void setUpdate(String update)
- Parameters:
update - the update to set
getAccess
public String getAccess()
- Returns:
- the access
setAccess
public void setAccess(String access)
- Parameters:
access - the access to set
getOwner
public String getOwner()
- Returns:
- the owner
setOwner
public void setOwner(String owner)
- Parameters:
owner - the owner to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getOptions
public String getOptions()
- Returns:
- the options
setOptions
public void setOptions(String options)
- Parameters:
options - the options to set
getRevision
public String getRevision()
- Returns:
- the revision
setRevision
public void setRevision(String revision)
- Parameters:
revision - the revision to set
Copyright © 2004-2012 Hudson. All Rights Reserved.