Method
setType
@param type the type to set
(EntryType type)
Source from the content-addressed store, hash-verified
| 244 | * @param type the type to set |
| 245 | */ |
| 246 | public void setType(EntryType type) { |
| 247 | this.type = type; |
| 248 | } |
| 249 | |
| 250 | /** |
| 251 | * @return the name |
Tested by
no test coverage detected