org.rhq.core.domain.content
Class Distribution
java.lang.Object
org.rhq.core.domain.content.Distribution
- All Implemented Interfaces:
- Serializable
public class Distribution
- extends Object
- implements Serializable
- See Also:
- Serialized Form
QUERY_FIND_ALL
public static final String QUERY_FIND_ALL
- See Also:
- Constant Field Values
QUERY_FIND_BY_DIST_LABEL
public static final String QUERY_FIND_BY_DIST_LABEL
- See Also:
- Constant Field Values
QUERY_FIND_BY_DIST_PATH
public static final String QUERY_FIND_BY_DIST_PATH
- See Also:
- Constant Field Values
QUERY_FIND_PATH_BY_DIST_TYPE
public static final String QUERY_FIND_PATH_BY_DIST_TYPE
- See Also:
- Constant Field Values
QUERY_DELETE_BY_DIST_ID
public static final String QUERY_DELETE_BY_DIST_ID
- See Also:
- Constant Field Values
Distribution
public Distribution()
Distribution
public Distribution(String label,
String basepathIn,
DistributionType distributionType)
getDistributionFiles
public Set<DistributionFile> getDistributionFiles()
setDistributionFiles
public void setDistributionFiles(Set<DistributionFile> distributionFiles)
getLabel
public String getLabel()
getBasePath
public String getBasePath()
setLabel
public void setLabel(String labelIn)
setBasePath
public void setBasePath(String basepathIn)
getId
public int getId()
setId
public void setId(int id)
getDistributionType
public DistributionType getDistributionType()
- Describes the capabilities of this distribution.
setDistributionType
public void setDistributionType(DistributionType distributionType)
setLastModifiedDate
public void setLastModifiedDate(long lastModifiedDate)
getLastModifiedDate
public long getLastModifiedDate()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.