tinlizard.model
Class Dependency
java.lang.Object
tinlizard.model.Dependency
- All Implemented Interfaces:
- Persistable
@Indexed
public final class Dependency
- extends Object
- implements Persistable
A Dependency declared as such in the pom.xml of any Codeline in TinLizard.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
getId
public Integer getId()
- Specified by:
getId in interface Persistable
getName
public String getName()
- Specified by:
getName in interface Persistable
getCreated
public Date getCreated()
- Specified by:
getCreated in interface Persistable
getCreatedBy
public String getCreatedBy()
- Specified by:
getCreatedBy in interface Persistable
getLastModified
public Date getLastModified()
- Specified by:
getLastModified in interface Persistable
getLastModifiedBy
public String getLastModifiedBy()
- Specified by:
getLastModifiedBy in interface Persistable
setId
public void setId(Integer id)
- Specified by:
setId in interface Persistable
setName
public void setName(String name)
- Specified by:
setName in interface Persistable
setCreated
public void setCreated(Date created)
- Specified by:
setCreated in interface Persistable
setCreatedBy
public void setCreatedBy(String createdBy)
- Specified by:
setCreatedBy in interface Persistable
setLastModified
public void setLastModified(Date lastModified)
- Specified by:
setLastModified in interface Persistable
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
- Specified by:
setLastModifiedBy in interface Persistable
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getClassifier
public String getClassifier()
getVersion
public String getVersion()
getCodeline
public Codeline getCodeline()
setGroupId
public void setGroupId(String groupId)
setArtifactId
public void setArtifactId(String artifactId)
setClassifier
public void setClassifier(String classifier)
setVersion
public void setVersion(String version)
setCodeline
public void setCodeline(Codeline codeline)
findAllConsumers
public Collection<Codeline> findAllConsumers(boolean useVersion)
findAllDefiningDependency
public Collection<Codeline> findAllDefiningDependency(boolean useVersion)
add
public void add()
update
public void update()
delete
public void delete()
index
public void index()
findAllGroupIds
public static Collection<String> findAllGroupIds()
findAllArtifactIds
public static Collection<String> findAllArtifactIds(String groupId)
search
public static Collection<Dependency> search(String query)
indexAll
public static void indexAll()
Copyright © 2009. All Rights Reserved.