当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
DefaultScmEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.scm
Class DefaultScmEntry
java.lang.Object
org.drools.scm.DefaultScmEntry
- All Implemented Interfaces:
- ScmEntry
public class DefaultScmEntry
- extends Object
- implements ScmEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScmEntry
public DefaultScmEntry()
getType
public int getType()
setType
public void setType(int type)
getAuthor
public String getAuthor()
- Specified by:
getAuthor
in interface ScmEntry
setAuthor
public void setAuthor(String author)
getDate
public Date getDate()
- Specified by:
getDate
in interface ScmEntry
setDate
public void setDate(Date date)
getName
public String getName()
- Specified by:
getName
in interface ScmEntry
setName
public void setName(String name)
getPath
public String getPath()
- Specified by:
getPath
in interface ScmEntry
setPath
public void setPath(String path)
getRevision
public long getRevision()
- Specified by:
getRevision
in interface ScmEntry
setRevision
public void setRevision(long revision)
getSize
public long getSize()
- Specified by:
getSize
in interface ScmEntry
setSize
public void setSize(long size)
isFile
public boolean isFile()
- Specified by:
isFile
in interface ScmEntry
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory
in interface ScmEntry
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.